From df0818bdc7c746504a70e3dc56cf519c8ca0d0ae Mon Sep 17 00:00:00 2001 From: Kopal Chakravarty Date: Tue, 9 Aug 2022 21:24:44 +0530 Subject: [PATCH] Update ugit: undo git tag Co-authored-by: Bhupesh Varshney --- ugit | 1 - 1 file changed, 1 deletion(-) diff --git a/ugit b/ugit index 25a36d0..0ae640c 100755 --- a/ugit +++ b/ugit @@ -295,7 +295,6 @@ undo_git_tag() { perror "Failed to delete tag." fi else - perror "User cancelled operation. Exiting ..." exit fi }