lib/match/generator.rb in match-0.11.0 vs lib/match/generator.rb in match-0.11.1

- old
+ new

@@ -8,10 +8,11 @@ arguments = FastlaneCore::Configuration.create(Cert::Options.available_options, { development: params[:type] == "development", output_path: output_path, force: true, # we don't need a certificate without its private key, we only care about a new certificate username: params[:username], - team_id: params[:team_id] + team_id: params[:team_id], + keychain_path: FastlaneCore::Helper.keychain_path(params[:keychain_name]) }) Cert.config = arguments begin