diff --git a/deploy.sh b/deploy.sh index b6a22a6..59da192 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,7 @@ if [ -f "${DEPLOY_DESTINATION_FILE}" ]; then fi # Check if the correct usage is respected -if [ $# -le 2 ]; then +if [ $# -lt 2 ]; then echo "Usage: $0 [branch/tag]" echo echo "Current settings:"