Git revert HEAD

This commit is contained in:
Alexander Rutsman 2021-07-07 15:23:29 +03:00
parent efb5c8b60e
commit 3c5135ea5e
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