match/lib/match/nuke.rb in fastlane-2.23.0.beta.20170322010036 vs match/lib/match/nuke.rb in fastlane-2.23.0

- old
+ new

@@ -33,10 +33,10 @@ 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 delete all profiles for all your apps!" if had_app_identifier UI.error "---" end - if params[:skip_confirmation] || agree("(y/n)", true) + if params[:skip_confirmation] || UI.confirm("Do you really want to nuke everything listed above?") nuke_it_now! UI.success "Successfully cleaned your account ♻️" else UI.success "Cancelled nuking #thanks 🏠 👨 ‍👩 ‍👧" end