diff options
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
| -rw-r--r-- | Library/Formula/git-flow-avh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb index db26af9f8..a73f01060 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -34,7 +34,7 @@ class GitFlowAvh < Formula EOS end - def test - system "#{bin}/git-flow version" + test do + system "#{bin}/git-flow", "version" end end |
