Skip to content

Commit

Permalink
master: fix -delete -> --delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed May 31, 2024
1 parent 69e2b71 commit 083a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/new_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ then
echo "The tag $tag already exists"
echo 'Use the follow commands to delete it ?'
echo " git tag -d $tag"
echo " git push -delete origin $tag"
echo " git push --delete origin $tag"
exit 1
fi
#
Expand Down

0 comments on commit 083a11c

Please sign in to comment.