diff options
Diffstat (limited to 'Library/Formula/appledoc.rb')
| -rw-r--r-- | Library/Formula/appledoc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb index f391c2410..9fdabca95 100644 --- a/Library/Formula/appledoc.rb +++ b/Library/Formula/appledoc.rb @@ -30,6 +30,6 @@ EOS end def test - system "#{bin}/appledoc --version" + system "#{bin}/appledoc", "--version" end end |
