diff --git a/scripts/app_config/update_version.sh b/scripts/app_config/update_version.sh index d75fbdb23..8ab49f0d8 100755 --- a/scripts/app_config/update_version.sh +++ b/scripts/app_config/update_version.sh @@ -6,6 +6,11 @@ usage() { exit 1 } +# Check if no arguments are provided. +if [ $# -eq 0 ]; then + usage +fi + # Parse command-line arguments. while getopts "v:b:" opt; do case "$opt" in