aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ack.rb2
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