aboutsummaryrefslogtreecommitdiffstats
path: root/bin/google-java-format
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-03 07:58:01 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-03 07:58:01 +0000
commit012984277334aff8daa666cbe25b29ec7ae9f35a (patch)
treec9f5744745749a38f6f8a4f488ecc28655039b9d /bin/google-java-format
parentupdates for bashrc (diff)
downloadscripts-012984277334aff8daa666cbe25b29ec7ae9f35a.tar.gz
scripts-012984277334aff8daa666cbe25b29ec7ae9f35a.zip
rsync
Diffstat (limited to '')
-rwxr-xr-xbin/google-java-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/google-java-format b/bin/google-java-format
index 43ca97f..e955792 100755
--- a/bin/google-java-format
+++ b/bin/google-java-format
@@ -1,3 +1,3 @@
#!/bin/sh
-exec env javac /home/devi/google-java-format/google-java-format-1.13.0-all-deps.jar "$@"
+exec env java -jar /home/devi/google-java-format/google-java-format-1.13.0-all-deps.jar "$@"