replace timeout: false with timeout: 0 according to https://github.com/fastlane/fastlane/pull/18894

This commit is contained in:
Ivan Smolin 2021-07-04 16:57:00 +03:00 committed by Dmitry
parent 995a997f2b
commit 5e274ea51e
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,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