diff options
Diffstat (limited to 'Library/Formula/htpdate.rb')
| -rw-r--r-- | Library/Formula/htpdate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/htpdate.rb b/Library/Formula/htpdate.rb index f717c4e42..8905e7697 100644 --- a/Library/Formula/htpdate.rb +++ b/Library/Formula/htpdate.rb @@ -14,6 +14,6 @@ class Htpdate < Formula end def test - system "#{bin}/htpdate -h" + system "#{bin}/htpdate", "-h" end end |
