aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wait_on.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/wait_on.rb')
-rw-r--r--Library/Formula/wait_on.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wait_on.rb b/Library/Formula/wait_on.rb
index 9eed1472d..f1122e154 100644
--- a/Library/Formula/wait_on.rb
+++ b/Library/Formula/wait_on.rb
@@ -14,6 +14,6 @@ class WaitOn < Formula
end
def test
- system "#{bin}/wait_on -v"
+ system "#{bin}/wait_on", "-v"
end
end