diff options
Diffstat (limited to 'Library/Formula/jcal.rb')
| -rw-r--r-- | Library/Formula/jcal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jcal.rb b/Library/Formula/jcal.rb index 601c63ed1..8962b17d6 100644 --- a/Library/Formula/jcal.rb +++ b/Library/Formula/jcal.rb @@ -21,7 +21,7 @@ class Jcal < Formula end def test - system "#{bin}/jcal -y" + system "#{bin}/jcal", "-y" system "#{bin}/jdate" end end |
