This commit is contained in:
Mr. Stallion 2023-09-03 14:11:24 -07:00
parent 61ac98fb25
commit dbe624b13c
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
if [ -z "${1}" ]
then
echo "Usage: ${0} RELEASE_VERSION"
exit 1
fi
RELEASE_VERSION="${1}"

View File

@ -3,6 +3,7 @@
if [ -z "${1}" ]
then
echo "Usage: ${0} RELEASE_VERSION"
exit 1
fi
RELEASE_VERSION="${1}"