Display packages to upgrade one package per line
This commit is contained in:
parent
9d15c2b83c
commit
3e46488ca4
@ -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