Hate it when I do that.
This commit is contained in:
parent
838fb211e6
commit
6fb7f608e1
1 changed files with 1 additions and 1 deletions
2
bin/get
2
bin/get
|
|
@ -49,7 +49,7 @@ git tag "$2"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
untag)
|
untag)
|
||||||
# See if tag exists
|
# Delete tag (if tag exists)
|
||||||
if git rev-parse "$2" >/dev/null 2>&1
|
if git rev-parse "$2" >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
echo Deleting tag "$2"
|
echo Deleting tag "$2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue