lib/match/nuke.rb in match-0.2.2 vs lib/match/nuke.rb in match-0.2.3

- old
+ new

@@ -29,10 +29,10 @@ if (self.certs + self.profiles + self.files).count > 0 UI.error "---" UI.error "Are you sure you want to completely delete and revoke all the" UI.error "certificates and provisioning profiles listed above? (y/n)" UI.error "Warning: By nuking distribution, both App Store and Ad Hoc profiles will be deleted" if type == "distribution" - UI.error "Warning: The :app_identifier value will be ignored - this will all delete profiles for all your apps!" if had_app_identifier + UI.error "Warning: The :app_identifier value will be ignored - this will delete all profiles for all your apps!" if had_app_identifier UI.error "---" if agree("(y/n)", true) nuke_it_now! UI.success "Successfully cleaned your account ♻️" else