Remove broken puts
from verbose brew link
The print wrapper which has its own `puts` broke this line; though with the changes to `link` it isn't necessary any longer, so just remove it. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
17bdfb1d38
commit
ed83fa609b
@ -16,7 +16,6 @@ module Homebrew extend self
|
||||
end
|
||||
|
||||
print "Linking #{keg}... " do
|
||||
puts if ARGV.verbose?
|
||||
puts "#{keg.link} symlinks created"
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user