Skip to content

Commit 025c2b8

Browse files
committed
Update test ref autobuilder using '-B'
1 parent ee82b00 commit 025c2b8

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/java/maven-download-failure

1 file changed

+1
-1
lines changed

java/ql/integration-tests/java/maven-download-failure/mvn

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
>&2 echo "Running mvn wrapper script"
44

5-
if [ "$1" == "dependency:copy" ]; then
5+
if [ "$2" == "dependency:copy" ]; then
66
>&2 echo "Arguments ($@) look like a dependency:copy command; failing"
77
exit 1
88
fi

0 commit comments

Comments
 (0)