diff options
Diffstat (limited to 'Library/Formula/vimpc.rb')
| -rw-r--r-- | Library/Formula/vimpc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb index 5f9875f82..7bcb39344 100644 --- a/Library/Formula/vimpc.rb +++ b/Library/Formula/vimpc.rb @@ -28,6 +28,6 @@ class Vimpc < Formula end def test - system "#{bin}/vimpc -v" + system "#{bin}/vimpc", "-v" end end |
