From ef293ac68e8466272bc979dcee9304e009ac760e Mon Sep 17 00:00:00 2001 From: sneurlax Date: Tue, 21 May 2024 17:13:23 -0500 Subject: [PATCH] if [ $# -ne 4 --- scripts/app_config/update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/app_config/update_version.sh b/scripts/app_config/update_version.sh index 499ec531a..e5b04da96 100755 --- a/scripts/app_config/update_version.sh +++ b/scripts/app_config/update_version.sh @@ -7,7 +7,7 @@ usage() { } # Check if no arguments are provided. -if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then +if [ $# -ne 4 ]; then # if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then usage fi