Skip to content

Commit 1fddf94

Browse files
committed
chore: remove redundant word in release.sh
Signed-off-by: pinglanlu <pinglanlu@outlook.com>
1 parent 91fe0c1 commit 1fddf94

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)