match/lib/match/nuke.rb in fastlane-2.24.0.beta.20170325010032 vs match/lib/match/nuke.rb in fastlane-2.24.0.beta.20170326010023
- old
+ new
@@ -24,9 +24,11 @@
if params[:readonly]
UI.user_error!("`fastlane match nuke` doesn't delete anything when running with --readonly enabled")
end
+ GitHelper.check_push_repo_permission(params[:workspace], params[:git_branch])
+
if (self.certs + self.profiles + self.files).count > 0
unless params[:skip_confirmation]
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)"