Update test ref autobuilder using '-B'

This commit is contained in:
Chris Smowton
2025-03-18 14:04:01 +00:00
parent ee82b00d31
commit 025c2b82c4

View File

@@ -2,7 +2,7 @@
>&2 echo "Running mvn wrapper script"
if [ "$1" == "dependency:copy" ]; then
if [ "$2" == "dependency:copy" ]; then
>&2 echo "Arguments ($@) look like a dependency:copy command; failing"
exit 1
fi