diff options
| author | Jack Nagel | 2014-10-22 22:53:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-22 22:53:39 -0500 |
| commit | 9951f2d5983900c0eea117f6a3834bd87c82089d (patch) | |
| tree | 598bbf876d58dfe2a23bda919e39cdb308f870db /Library/Formula | |
| parent | 8b957e22591bf32ad2c106e420d1ac827b028070 (diff) | |
| download | homebrew-9951f2d5983900c0eea117f6a3834bd87c82089d.tar.bz2 | |
hub: specify branch so old checkouts aren't broken
Fixes #33437.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hub.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index f558be18e..0b7a4966f 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -6,7 +6,7 @@ class Hub < Formula sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c' head do - url "https://github.com/github/hub.git" + url "https://github.com/github/hub.git", :branch => "master" depends_on "go" => :build end |
