diff options
Diffstat (limited to 'Library/Formula/cfengine.rb')
| -rw-r--r-- | Library/Formula/cfengine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cfengine.rb b/Library/Formula/cfengine.rb index a93738575..416501a5a 100644 --- a/Library/Formula/cfengine.rb +++ b/Library/Formula/cfengine.rb @@ -25,6 +25,6 @@ class Cfengine < Formula end def test - system "#{bin}/cf-agent -V" + system "#{bin}/cf-agent", "-V" end end |
