summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Wassberg <jocar@sunet.se>2024-11-29 12:17:55 +0100
committerJohan Wassberg <jocar@sunet.se>2024-11-29 12:17:55 +0100
commitc78636f2896f2826cb46c7eac7752c0857e527a7 (patch)
tree0c9a8d00d5c5b09c92d338696d674d7c02fc0c6c
parentf3275836317dfc06a51039a16f0d6a1a0bb948c2 (diff)
Shellcheck
-rwxr-xr-xscripts/verify-tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/verify-tag b/scripts/verify-tag
index ddc3ff3b..b0a64d6e 100755
--- a/scripts/verify-tag
+++ b/scripts/verify-tag
@@ -11,4 +11,4 @@ if [ -z "$tag" ]; then
echo "no matching tag found"
exit 1
fi
-git checkout $tag && git tag -v $tag
+git checkout "$tag" && git tag -v "$tag"