diff options
Diffstat (limited to 'Library/Formula/web100clt.rb')
| -rw-r--r-- | Library/Formula/web100clt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/web100clt.rb b/Library/Formula/web100clt.rb index 3eae4e697..3e9aaf809 100644 --- a/Library/Formula/web100clt.rb +++ b/Library/Formula/web100clt.rb @@ -22,6 +22,6 @@ class Web100clt < Formula end def test - system "#{bin}/web100clt -v" + system "#{bin}/web100clt", "-v" end end |
