Merge pull request #6436 from kluen/master

Improve readability of `brew upgrade`
This commit is contained in:
Mike McQuaid 2019-09-13 15:03:02 +01:00 committed by GitHub
commit 9ba8c32c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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?