aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/monit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/monit.rb b/Library/Formula/monit.rb
index 581e96e66..9107910e9 100644
--- a/Library/Formula/monit.rb
+++ b/Library/Formula/monit.rb
@@ -13,6 +13,6 @@ class Monit < Formula
end
def test
- system "monit -h"
+ system "#{bin}/monit -h"
end
end