diff options
Diffstat (limited to 'Library/Formula/daemon.rb')
| -rw-r--r-- | Library/Formula/daemon.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/daemon.rb b/Library/Formula/daemon.rb index 7d90324de..f7d930b3d 100644 --- a/Library/Formula/daemon.rb +++ b/Library/Formula/daemon.rb @@ -12,6 +12,6 @@ class Daemon < Formula end def test - system "#{bin}/daemon --version" + system "#{bin}/daemon", "--version" end end |
