Skip to content

Commit 9c347b4

Browse files
authored
Merge pull request #849 from pinglanlu/master
2 parents 91fe0c1 + 1fddf94 commit 9c347b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ $1x = x ]]; then
1818
else
1919
TAG=$1
2020

21-
# If a tag is specified, ensure that that tag is present and checked out.
21+
# If a tag is specified, ensure that tag is present and checked out.
2222
if [[ $TAG != $(git describe) ]]; then
2323
echo "tag $TAG not checked out"
2424
exit 1

0 commit comments

Comments
 (0)