match/lib/match/generator.rb in fastlane-2.16.0.beta.20170214010051 vs match/lib/match/generator.rb in fastlane-2.16.0

- old
+ new

@@ -18,10 +18,10 @@ begin cert_path = Cert::Runner.new.launch rescue => ex if ex.to_s.include?("You already have a current") - UI.user_error!("Could not create a new certificate as you reached the maximum number of certificates for this account. You can use the `match nuke` command to revoke your existing certificates. More information https://github.com/fastlane/fastlane/tree/master/match") + UI.user_error!("Could not create a new certificate as you reached the maximum number of certificates for this account. You can use the `fastlane match nuke` command to revoke your existing certificates. More information https://github.com/fastlane/fastlane/tree/master/match") else raise ex end end