This commit is contained in:
Alex Dadgar
2016-06-13 22:41:51 -07:00
parent a2de1fe3d4
commit 2c98536f11

View File

@@ -4,7 +4,7 @@ set -e
# Get the version from the command line
VERSION=$1
if [ -z $VERSION ]; then
echo "Please specify a version."
echo "Please specify a version. (format: 0.4.0-rc1)"
exit 1
fi