Skip to content
Snippets Groups Projects
Commit 593dff3d authored by Xu Cheng's avatar Xu Cheng
Browse files

pull: bottle_unneeded? is covered by bottle_disabled?

parent 68896d14
No related branches found
No related tags found
No related merge requests found
......@@ -133,10 +133,10 @@ module Homebrew
if ARGV.include? "--bottle"
if f.bottle
fetch_bottles = true
elsif f.bottle_disabled?
ohai "#{f}: skipping disabled bottle: #{f.bottle_disable_reason}"
elsif f.bottle_unneeded?
ohai "#{f}: skipping unneeded bottle."
elsif f.bottle_disabled?
ohai "#{f}: skipping disabled bottle: #{f.bottle_disable_reason}"
end
else
next unless f.bottle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment