aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index cd75b1e6a..541fbfe77 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -1,7 +1,7 @@
require 'formula'
class GitFlow <Formula
- if ARGV.include? "--HEAD"
+ if ARGV.build_head?
head 'git://github.com/nvie/gitflow.git', :branch => 'develop'
else
head 'git://github.com/nvie/gitflow.git', :tag => '0.2.1'