diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 1b0dd0d4ad..5aaa09a64d 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)