diff options
| -rw-r--r-- | Library/Formula/git-flow.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index efe90043b..cd75b1e6a 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -10,13 +10,7 @@ class GitFlow <Formula homepage 'http://github.com/nvie/gitflow' - # You need git to install, since we install from a git repo - # You also need git to run the scripts. - # But we're not going to mark it as a dependency just yet: - # The user may have a non-brew git installed already. - # depends_on 'git' - def install - system "make", "prefix=#{prefix}", "install" + system "make", "prefix=#{prefix}", "install" end end |
