From 129702f9a8b0978b5d6562eff365a22fcfd596ac Mon Sep 17 00:00:00 2001 From: Tiernan L Date: Tue, 8 Oct 2019 14:23:13 -1000 Subject: [PATCH] change branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @mislav Looks like the `prototype` branch is no more, hence https://github.com/github/ce-cli/issues/10#issuecomment-539756761 I swapped the formula to `master`. Feel free to close this PR if I am totally wrong! 😄 --- Formula/gh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gh.rb b/Formula/gh.rb index a3829f5..f125149 100644 --- a/Formula/gh.rb +++ b/Formula/gh.rb @@ -1,6 +1,6 @@ class Gh < Formula desc "GitHub CLI" - head "https://github.com/github/gh-cli.git", :branch => "prototype" + head "https://github.com/github/gh-cli.git", :branch => "master" depends_on "go" => :build