Fix syntax error.

This commit is contained in:
Darko Poljak 2016-07-10 21:44:57 +02:00
parent 160c5b1e28
commit 9286850098
2 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,7 @@ eof
fi
tag="$2"
if ! git rev-parse -q --verify "${tag}" >/dev/null 2>&1
then
printf "Tag \"${tag}\" not found.\n"
exit 1
fi

View File

@ -218,6 +218,7 @@ eof
fi
tag="$2"
if ! git rev-parse -q --verify "${tag}" >/dev/null 2>&1
then
printf "Tag \"${tag}\" not found.\n"
exit 1
fi