fix keychain path again

This commit is contained in:
Ivan Smolin 2019-05-28 17:41:35 +03:00
parent 9e9a8ba11c
commit 9238f55ebb
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ private_lane :openKeychain do |options|
if is_ci?
# workaround to avoid duplication problem
# https://apple.stackexchange.com/questions/350633/multiple-duplicate-keychain-dbs-that-dont-get-cleaned-up
keychain_path = File.expand_path("~/Library/Keychains/#{options[:keychain_name]}.keychain")
keychain_path = File.expand_path("~/Library/Keychains/#{options[:keychain_name]}")
keychain_exists = File.exist?("#{keychain_path}-db") || File.exist?(keychain_path)
create_keychain(