unlink: prefer "symlinks" since that's how it is reported by link
cf. Homebrew/homebrew#28244.
This commit is contained in:
parent
b63fb8d086
commit
9f3a74096d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user