Skip to content
Snippets Groups Projects
Commit 2bfdbc6b authored by Connor Mann's avatar Connor Mann
Browse files

Rename missed `to_keg`

parent 49aa0571
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,10 @@ module Homebrew
args = linkage_args.parse
CacheStoreDatabase.use(:linkage) do |db|
kegs = if args.named.to_keg.empty?
kegs = if args.named.to_default_kegs.empty?
Formula.installed.map(&:any_installed_keg).reject(&:nil?)
else
args.named.to_keg
args.named.to_default_kegs
end
kegs.each do |keg|
ohai "Checking #{keg.name} linkage" if kegs.size > 1
......
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