Skip to content

Commit

Permalink
Remove verbose flag from lsif-java script in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Nov 22, 2021
1 parent d2c91c6 commit 9a74d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lsif-java-docker-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Wrapper script for `lsif-java`, which automatically picks up the correct JVM
# version. It assumes that `coursier` is available on the `$PATH` and that the
# `lsif-java` binary is already installed at `/app/lsif-java/bin/lsif-java`.
set -eux
set -eu
JVM_VERSION="8"
FILE="$PWD/lsif-java.json"
if test -f "$FILE"; then
Expand Down

0 comments on commit 9a74d1b

Please sign in to comment.