Skip to content

Commit

Permalink
fix sbt/build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Feb 1, 2024
1 parent 337a25d commit c6f86b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project-builder/sbt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e
set -o pipefail

if [ $# -ne 8 ]; then
echo "Wrong number of script arguments, expected $0 <repo_dir> <scala-version> <version> <targets> <maven_repo> <project_config?>, got $#: $@"
if [ $# -ne 9 ]; then
echo "Wrong number of script arguments, expected $0 <repo_dir> <scala-version> <version> <targets> <maven_repo> <project_config?> <extraScalacOpts?> <removeScalacOpts?> <extraDeps?>, got $#: $@"
exit 1
fi

Expand Down

0 comments on commit c6f86b6

Please sign in to comment.