Hate it when I do that.

This commit is contained in:
William Hilton 2015-08-12 14:29:46 -04:00
parent 838fb211e6
commit 6fb7f608e1

View file

@ -49,7 +49,7 @@ git tag "$2"
;;
untag)
# See if tag exists
# Delete tag (if tag exists)
if git rev-parse "$2" >/dev/null 2>&1
then
echo Deleting tag "$2"