aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2015-03-18 18:15:29 +0000
committerMike McQuaid2015-03-18 18:15:40 +0000
commit3fd45673a5384334fba4719abd2d4d79bc2798fa (patch)
tree2b20ac1c50c091382b28e4939126ecedb0e2fd3f /Library/Homebrew/cmd
parent3d23580ff23a5f46b5bfabeb97102b1f139bf131 (diff)
downloadbrew-3fd45673a5384334fba4719abd2d4d79bc2798fa.tar.bz2
pull: always publish bottles.
The previous logic was flawed as it wasn't publishing new versions of bottles.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/pull.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 1b0dd0d4a..5aaa09a64 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -164,8 +164,6 @@ module Homebrew
if bintray_user && bintray_key
repo = Bintray.repository(tap_name)
changed_formulae.each do |f|
- # This means the formula has an existing bottle.
- next if f.bottle
ohai "Publishing on Bintray:"
package = Bintray.package f.name
bottle = Bottle.new(f, f.bottle_specification)