Merge pull request #6436 from kluen/master
Improve readability of `brew upgrade`
This commit is contained in:
commit
9ba8c32c0c
@ -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?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user