diff --git a/script/protocgen.sh b/script/protocgen.sh index c1f54eba..eeeb3526 100755 --- a/script/protocgen.sh +++ b/script/protocgen.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -if [[ $# -ne 1 ]]; then +if [[ $# -lt 1 ]]; then echo "invalid number of parameters" exit 1 fi