diff options
| author | Justin Pitts | 2013-04-26 07:57:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-26 09:04:45 -0700 |
| commit | 486bb11ca1d2c86fa8226def49fb621a9fb1bc49 (patch) | |
| tree | 9cf399c49f6f068232e7193d05e77e0e6ba679d4 /Library | |
| parent | 2d007c5e054471729c5961da7a28c5b5ba72d01d (diff) | |
| download | homebrew-486bb11ca1d2c86fa8226def49fb621a9fb1bc49.tar.bz2 | |
checkstyle: fix command-line script
Closes #19452.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/checkstyle.rb | 2 |
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 |
