diff options
| -rw-r--r-- | Library/Formula/bbcp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bbcp.rb b/Library/Formula/bbcp.rb index 8f74132da..00d50e64b 100644 --- a/Library/Formula/bbcp.rb +++ b/Library/Formula/bbcp.rb @@ -18,6 +18,6 @@ class Bbcp < Formula end def test - system "#{bin}/bbcp","--help" + system "#{bin}/bbcp", "--help" end end |
