match/lib/match/generator.rb in fastlane-2.62.1 vs match/lib/match/generator.rb in fastlane-2.63.0.beta.20171018010003
- old
+ new
@@ -9,11 +9,10 @@
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],
- keychain_path: FastlaneCore::Helper.keychain_path(params[:keychain_name]),
- keychain_password: params[:keychain_password]
+ keychain_path: FastlaneCore::Helper.keychain_path(params[:keychain_name])
})
Cert.config = arguments
begin