diff options
| author | Tom Hughes | 2014-09-25 12:02:48 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-09-25 18:16:28 -0500 |
| commit | 698a68313635ae0e986b7f3c2dd2a8812c80f3b8 (patch) | |
| tree | 561fd819c4bec17e7ae4db153fea118872007825 /Library | |
| parent | 8e1e18578d507844d62290d63fc1bfad274f0e8c (diff) | |
| download | homebrew-698a68313635ae0e986b7f3c2dd2a8812c80f3b8.tar.bz2 | |
hubflow: add HEAD
Closes #32646.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hubflow.rb | 1 |
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 |
