From 1fddf94f8eb09e0b43b6fc5c5ebc6204f35d10e5 Mon Sep 17 00:00:00 2001 From: pinglanlu Date: Mon, 11 Nov 2024 18:44:01 +0800 Subject: [PATCH] chore: remove redundant word in release.sh Signed-off-by: pinglanlu --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 0c83b6d1..82b55ffe 100755 --- a/release.sh +++ b/release.sh @@ -18,7 +18,7 @@ if [[ $1x = x ]]; then else TAG=$1 - # 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. if [[ $TAG != $(git describe) ]]; then echo "tag $TAG not checked out" exit 1