Merge pull request #265 from TouchInstinct/fix/fastlane_2.187
replace timeout: false with timeout: 0
This commit is contained in:
commit
1b86887958
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue