From 486bb11ca1d2c86fa8226def49fb621a9fb1bc49 Mon Sep 17 00:00:00 2001 From: Justin Pitts Date: Fri, 26 Apr 2013 07:57:11 -0700 Subject: checkstyle: fix command-line script Closes #19452. Signed-off-by: Adam Vandenberg --- Library/Formula/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3