aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/root.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/root.rb')
-rw-r--r--Library/Formula/root.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/root.rb b/Library/Formula/root.rb
index 258a1cf9f..dfa86ce5e 100644
--- a/Library/Formula/root.rb
+++ b/Library/Formula/root.rb
@@ -29,7 +29,7 @@ class Root < Formula
system "make"
system "make install"
- prefix.install ['test'] # needed to run test suite
+ prefix.install 'test' # needed to run test suite
end