We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee82b00 commit 025c2b8Copy full SHA for 025c2b8
java/ql/integration-tests/java/maven-download-failure/mvn
@@ -2,7 +2,7 @@
2
3
>&2 echo "Running mvn wrapper script"
4
5
-if [ "$1" == "dependency:copy" ]; then
+if [ "$2" == "dependency:copy" ]; then
6
>&2 echo "Arguments ($@) look like a dependency:copy command; failing"
7
exit 1
8
fi
0 commit comments