From 3fd45673a5384334fba4719abd2d4d79bc2798fa Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 18 Mar 2015 18:15:29 +0000 Subject: [PATCH] pull: always publish bottles. The previous logic was flawed as it wasn't publishing new versions of bottles. --- Library/Homebrew/cmd/pull.rb | 2 -- 1 file changed, 2 deletions(-) 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)