We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91fe0c1 + 1fddf94 commit 9c347b4Copy full SHA for 9c347b4
release.sh
@@ -18,7 +18,7 @@ if [[ $1x = x ]]; then
18
else
19
TAG=$1
20
21
- # If a tag is specified, ensure that that tag is present and checked out.
+ # If a tag is specified, ensure that tag is present and checked out.
22
if [[ $TAG != $(git describe) ]]; then
23
echo "tag $TAG not checked out"
24
exit 1
0 commit comments