hubflow: add HEAD

Closes Homebrew/homebrew#32646.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Tom Hughes 2014-09-25 12:02:48 -07:00 committed by Jack Nagel
parent 559694a087
commit 51fcdf7709

View file

@ -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