diff options
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 |
