Add signatures for dev-cmd/unbottled.

This commit is contained in:
Markus Reiter 2020-11-29 22:35:24 +01:00
parent a0d6f45bd7
commit 749199632b

View File

@ -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..."