diff options
Diffstat (limited to 'Library/Formula/jigdo.rb')
| -rw-r--r-- | Library/Formula/jigdo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jigdo.rb b/Library/Formula/jigdo.rb index 7f451a932..daa3b4fd8 100644 --- a/Library/Formula/jigdo.rb +++ b/Library/Formula/jigdo.rb @@ -18,6 +18,6 @@ class Jigdo < Formula end def test - system "#{bin}/jigdo-file -h" + system "#{bin}/jigdo-file", "-h" end end |
