summarylogtreecommitdiffstats
path: root/checkstyle
diff options
context:
space:
mode:
authorkaptoxic2016-08-13 20:19:28 -0400
committerkaptoxic2016-08-13 20:40:06 -0400
commite4c1a41eb06a4a5b79356dcc7323fc09a06a18d2 (patch)
tree746122a919f036ea1030e5da2cff0f05372bef30 /checkstyle
parent56b9697efbcb7d60f93ba4dc8d65072a7ee5bef6 (diff)
downloadaur-e4c1a41eb06a4a5b79356dcc7323fc09a06a18d2.tar.gz
Fix run script to include correct version
Diffstat (limited to 'checkstyle')
-rw-r--r--checkstyle2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle b/checkstyle
index d94acebc94ea..3b169cb17e37 100644
--- a/checkstyle
+++ b/checkstyle
@@ -1,3 +1,3 @@
#!/bin/bash
-java -jar /opt/checkstyle/checkstyle-5.9-all.jar $@
+java -jar /opt/checkstyle/checkstyle-6.18-all.jar $@