Display packages to upgrade one package per line

This commit is contained in:
Kristof Lünenschloß 2019-09-09 12:03:19 +02:00
parent 9d15c2b83c
commit 3e46488ca4

View File

@ -105,7 +105,7 @@ module Homebrew
"#{f.full_specified_name} #{f.pkg_version}"
end
end
puts formulae_upgrades.join(", ")
puts formulae_upgrades.join("\n")
end
return if args.dry_run?