Merge pull request #265 from TouchInstinct/fix/fastlane_2.187

replace timeout: false with timeout: 0
This commit is contained in:
Ivan Smolin 2021-07-04 17:03:55 +03:00 committed by GitHub
commit 1b86887958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ private_lane :openKeychain do |options|
name: options[:keychain_name],
password: options[:keychain_password],
unlock: true,
timeout: false,
timeout: 0,
add_to_search_list: !keychain_exists
)
else