match/lib/match/nuke.rb in fastlane-2.177.0 vs match/lib/match/nuke.rb in fastlane-2.178.0

- old
+ new

@@ -119,10 +119,10 @@ UI.user_error!("Enterprise account nuke cancelled") unless UI.confirm("Do you really want to nuke your Enterprise account?") end end def api_token - @api_token ||= Spaceship::ConnectAPI::Token.create(params[:api_key]) if params[:api_key] + @api_token ||= Spaceship::ConnectAPI::Token.create(**params[:api_key]) if params[:api_key] @api_token ||= Spaceship::ConnectAPI::Token.from_json_file(params[:api_key_path]) if params[:api_key_path] return @api_token end # Collect all the certs/profiles