aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Pitts2013-04-26 07:57:11 -0700
committerAdam Vandenberg2013-04-26 09:04:45 -0700
commit486bb11ca1d2c86fa8226def49fb621a9fb1bc49 (patch)
tree9cf399c49f6f068232e7193d05e77e0e6ba679d4
parent2d007c5e054471729c5961da7a28c5b5ba72d01d (diff)
downloadhomebrew-486bb11ca1d2c86fa8226def49fb621a9fb1bc49.tar.bz2
checkstyle: fix command-line script
Closes #19452. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/checkstyle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/checkstyle.rb b/Library/Formula/checkstyle.rb
index ba175bb99..251883ec5 100644
--- a/Library/Formula/checkstyle.rb
+++ b/Library/Formula/checkstyle.rb
@@ -7,7 +7,7 @@ class Checkstyle < Formula
def install
libexec.install 'checkstyle-5.6-all.jar', 'sun_checks.xml'
- bin.write_jar_script libexec/'checkstyle-5.5-all.jar', 'checkstyle'
+ bin.write_jar_script libexec/'checkstyle-5.6-all.jar', 'checkstyle'
end
test do