aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hello.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hello.rb b/Library/Formula/hello.rb
index 03e863a39..96c7f3d05 100644
--- a/Library/Formula/hello.rb
+++ b/Library/Formula/hello.rb
@@ -13,6 +13,6 @@ class Hello < Formula
system "make", "install"
end
test do
- system "#{bin}/hello", "--next-generation", "--greeting=brew"
+ system "#{bin}/hello", "--greeting=brew"
end
end