From e1167499e4498651b0428ed7ec65e433a59567ef Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sat, 9 Apr 2016 22:04:16 +0800 Subject: [PATCH] hubflow: bottle unneeded --- Formula/hubflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/hubflow.rb b/Formula/hubflow.rb index b1b5d70cae..67f87e46dd 100644 --- a/Formula/hubflow.rb +++ b/Formula/hubflow.rb @@ -5,6 +5,8 @@ class Hubflow < Formula url "https://github.com/datasift/gitflow.git", :tag => "1.5.2" head "https://github.com/datasift/gitflow.git" + bottle :unneeded + def install ENV["INSTALL_INTO"] = libexec system "./install.sh", "install"