Skip to content

Commit

Permalink
monit: use full path in test
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed May 6, 2012
1 parent 44179f8 commit 0cd65fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/monit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def install
end

def test
system "monit -h"
system "#{bin}/monit -h"
end
end

0 comments on commit 0cd65fc

Please sign in to comment.