Merge pull request #1305 from cli/homebrew-tap-branch

Fix `brew install github/gh/gh --HEAD`
This commit is contained in:
Mislav Marohnić 2020-07-07 10:42:05 +02:00 committed by GitHub
commit ec34cf3873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ brews:
folder: Formula
custom_block: |
head do
url "https://github.com/cli/cli.git"
url "https://github.com/cli/cli.git", :branch => "trunk"
depends_on "go"
end
install: |