mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
parent
9b369871e6
commit
975c4e66f7
@ -9,7 +9,7 @@ module Homebrew
|
|||||||
bottle = formula.bottle
|
bottle = formula.bottle
|
||||||
|
|
||||||
return true if args.force_bottle? && bottle.present?
|
return true if args.force_bottle? && bottle.present?
|
||||||
return true if args.bottle_tag.present? && formula.bottled?(args.bottle_tag)
|
return true if args.bottle_tag.present? && formula.bottled?(args.bottle_tag&.to_sym)
|
||||||
|
|
||||||
bottle.present? &&
|
bottle.present? &&
|
||||||
formula.pour_bottle? &&
|
formula.pour_bottle? &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user