stupid syntax error

This commit is contained in:
Bryan Joshua Pedini 2024-08-21 22:31:38 +02:00
parent f0cfff3818
commit e13bd64dc6

View File

@ -2,7 +2,7 @@
set -e set -e
# Check if version is already provided # Check if version is already provided
if [ -z "${APP_VERSION}"]; then if [ -z "${APP_VERSION}" ]; then
# Get version from user # Get version from user
read -p "Version [latest]: " VERSIONINPUT read -p "Version [latest]: " VERSIONINPUT
# If version was not provided, use the latest commit short hash as version # If version was not provided, use the latest commit short hash as version