Merge pull request #1305 from cli/homebrew-tap-branch
Fix `brew install github/gh/gh --HEAD`
This commit is contained in:
commit
ec34cf3873
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue