Turn on repo update command

This commit is contained in:
DashaGitHub 2019-08-09 18:51:04 +03:00
parent 21f159b4f8
commit cb59454a47
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