Skip to content

Commit

Permalink
fix: Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed May 22, 2022
1 parent c01c90b commit 66df5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ for skip in $3; do
SKIPS="${SKIPS} --skip=${skip}"
done

java -jar /tmp/antq/target/antq-standalone.jar ${EXCLUDES} ${DIRECTORIES} ${SKIPS} --error-format="::error file={{file}}::{{message}}"
java -jar /tmp/antq/antq.jar ${EXCLUDES} ${DIRECTORIES} ${SKIPS} --error-format="::error file={{file}}::{{message}}"

exit $?

0 comments on commit 66df5a8

Please sign in to comment.