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

Change `brew link` to use `to_latest_kegs`

parent fa9a525d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ module Homebrew
kegs = if args.HEAD?
args.named.to_kegs.filter { |keg| keg.version.head? }
else
args.named.to_default_kegs
args.named.to_latest_kegs
end
kegs.freeze.each do |keg|
......
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