aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)