pull: fix pulling desired bottles

This commit is contained in:
Dominyk Tiller 2015-11-12 01:35:58 +00:00
parent 0df93da014
commit 1a4068f0be

View File

@ -192,7 +192,7 @@ module Homebrew
if bintray_user && bintray_key if bintray_user && bintray_key
repo = Bintray.repository(tap_name) repo = Bintray.repository(tap_name)
changed_formulae.each do |f| changed_formulae.each do |f|
next unless f.bottle_defined? next if f.bottle_unneeded? || f.bottle_disabled?
ohai "Publishing on Bintray:" ohai "Publishing on Bintray:"
package = Bintray.package f.name package = Bintray.package f.name
version = f.pkg_version version = f.pkg_version