Skip to content
Snippets Groups Projects
Unverified Commit b1ce7ef6 authored by Connor Mann's avatar Connor Mann Committed by GitHub
Browse files

Update Library/Homebrew/cli/named_args.rb

parent 26a3218f
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,10 @@ module Homebrew
Formulary.factory(name, *spec, force_bottle: @force_bottle, flags: @flags)
when :resolve
resolve_formula(name)
# odeprecated "`method: :keg`"
when :keg, :default_kegs
# TODO: (3.2) Uncomment the following
# odeprecated "`load_formula_or_cask` with `method: :keg`",
# "`load_formula_or_cask` with `method: :default_kegs`"
resolve_default_keg(name)
when :kegs
_, kegs = resolve_kegs(name)
......
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