aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/quicktree.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/quicktree.rb')
-rw-r--r--Library/Formula/quicktree.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/quicktree.rb b/Library/Formula/quicktree.rb
index 988207526..e2dc61144 100644
--- a/Library/Formula/quicktree.rb
+++ b/Library/Formula/quicktree.rb
@@ -8,6 +8,6 @@ class Quicktree <Formula
def install
system "make"
- bin.install("bin/quicktree")
+ bin.install "bin/quicktree"
end
end