From ce7e2593f40ba9db71412ea30b87e51a8cfcda43 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Tue, 20 Sep 2022 09:49:23 +0200 Subject: [PATCH] fixed bash less than in if statement --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"