aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTom Hughes2014-09-25 12:02:48 -0700
committerJack Nagel2014-09-25 18:16:28 -0500
commit698a68313635ae0e986b7f3c2dd2a8812c80f3b8 (patch)
tree561fd819c4bec17e7ae4db153fea118872007825 /Library/Formula
parent8e1e18578d507844d62290d63fc1bfad274f0e8c (diff)
downloadhomebrew-698a68313635ae0e986b7f3c2dd2a8812c80f3b8.tar.bz2
hubflow: add HEAD
Closes #32646. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hubflow.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/hubflow.rb b/Library/Formula/hubflow.rb
index c285fd4bf..d9cb619b8 100644
--- a/Library/Formula/hubflow.rb
+++ b/Library/Formula/hubflow.rb
@@ -4,6 +4,7 @@ require 'formula'
class Hubflow < Formula
homepage 'http://datasift.github.io/gitflow/'
url 'https://github.com/datasift/gitflow.git', :tag => '1.5.2'
+ head 'https://github.com/datasift/gitflow.git'
def install
ENV['INSTALL_INTO'] = libexec