diff --git a/project-builder/sbt/build.sh b/project-builder/sbt/build.sh index 4225b42d..88a2f935 100755 --- a/project-builder/sbt/build.sh +++ b/project-builder/sbt/build.sh @@ -2,8 +2,8 @@ set -e set -o pipefail -if [ $# -ne 8 ]; then - echo "Wrong number of script arguments, expected $0 , got $#: $@" +if [ $# -ne 9 ]; then + echo "Wrong number of script arguments, expected $0 , got $#: $@" exit 1 fi