diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/verify-tag | 2 |
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" |