Add signatures for dev-cmd/unbottled.
This commit is contained in:
parent
a0d6f45bd7
commit
749199632b
@ -33,11 +33,7 @@ module Homebrew
|
||||
|
||||
Formulary.enable_factory_cache!
|
||||
|
||||
@bottle_tag = if args.tag.present?
|
||||
args.tag.to_sym
|
||||
else
|
||||
Utils::Bottles.tag
|
||||
end
|
||||
@bottle_tag = args.tag.presence&.to_sym || Utils::Bottles.tag
|
||||
|
||||
if args.named.blank?
|
||||
ohai "Getting formulae..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user