diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb index 71e789843..33a80cd7e 100644 --- a/Library/Formula/ack.rb +++ b/Library/Formula/ack.rb @@ -13,6 +13,6 @@ class Ack < Formula end test do - system "#{bin}/ack", 'brew', '/usr/share/dict/words' + system "#{bin}/ack brew /usr/share/dict/words" end end |
