Skip to content
Snippets Groups Projects
Commit 9f3a7409 authored by Jack Nagel's avatar Jack Nagel
Browse files

unlink: prefer "symlinks" since that's how it is reported by link

cf. Homebrew/homebrew#28244.
parent b63fb8d0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ module Homebrew extend self
keg.lock do
print "Unlinking #{keg}... "
puts if ARGV.verbose?
puts "#{keg.unlink} links removed"
puts "#{keg.unlink} symlinks removed"
end
end
end
......
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