diff options
| author | Mike McQuaid | 2015-04-07 08:31:36 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-07 08:33:58 +0100 | 
| commit | 5cee11f8abcc3bfb92c6823e9d4ab2848745b59f (patch) | |
| tree | b907b2a2bae9dabeb2b63c82fec566242ac0e48c /Library/Homebrew | |
| parent | ed239d1a7e9f70904eb03d3725743e104db384fd (diff) | |
| download | homebrew-5cee11f8abcc3bfb92c6823e9d4ab2848745b59f.tar.bz2 | |
pull: try downloading bottles after upload.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index a84477c5e..52230c82a 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -176,6 +176,7 @@ module Homebrew                "-u#{bintray_user}:#{bintray_key}", "-X", "POST",                "https://api.bintray.com/content/homebrew/#{repo}/#{package}/#{version}/publish"              puts +            safe_system "brew", "fetch", "--force-bottle", f.name            end          else            opoo "You must set BINTRAY_USER and BINTRAY_KEY to add or update bottles on Bintray!" | 
