Merge pull request #135 from TouchInstinct/fix/turn_on_repo_update

Turn on repo update command
This commit is contained in:
Даша 2019-08-09 16:50:33 +03:00 committed by GitHub
commit b6d1851aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ private_lane :installDependencies do |options|
end
cocoapods(
repo_update: false
repo_update: true
)
end