diff options
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/release.sh b/hack/release.sh index 10e6943..8cc8f6b 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -36,8 +36,8 @@ fi echo "${TARGET_VERSION}" > VERSION -echo "*** checking for existance of git tag ${TARGET_TAG}" -if git tag -l "${TARGET_VERSION}" | grep -q "${TARGET_TAG}"; then +echo "*** checking for existence of git tag ${TARGET_TAG}" +if git tag -l "${TARGET_TAG}" | grep -q "${TARGET_TAG}"; then echo "Error: Tag with version ${TARGET_TAG} already exists." >&2 exit 1 fi |
