aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vimpc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/vimpc.rb')
-rw-r--r--Library/Formula/vimpc.rb2
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