aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/treecc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/treecc.rb')
-rw-r--r--Library/Formula/treecc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/treecc.rb b/Library/Formula/treecc.rb
index 50edd6b2d..61dce1b71 100644
--- a/Library/Formula/treecc.rb
+++ b/Library/Formula/treecc.rb
@@ -12,6 +12,6 @@ class Treecc < Formula
end
def test
- system "#{bin}/treecc -v"
+ system "#{bin}/treecc", "-v"
end
end