Skip to content
Snippets Groups Projects
Commit 12c25285 authored by ihatetoregister's avatar ihatetoregister Committed by GitHub
Browse files

Added a hint how to link a formula that is installed but not linked

parent 0028cf9f
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ module Homebrew
msg = "#{current.full_name}-#{current.installed_version} already installed"
unless current.linked_keg.symlink? || current.keg_only?
msg << ", it's just not linked"
puts "You can link formula with `brew link #{f}`"
end
opoo msg
elsif f.migration_needed? && !ARGV.force?
......
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