Skip to content
Snippets Groups Projects
Unverified Commit e514ec82 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #8232 from miccal/cask_upgrade

cask/cmd/upgrade: output cask upgrades on new line
parents c761c04e 3b2a7a03
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ module Cask
puts upgradable_casks
.map { |(old_cask, new_cask)| "#{new_cask.full_name} #{old_cask.version} -> #{new_cask.version}" }
.join(", ")
.join("\n")
return if dry_run
upgradable_casks.each do |(old_cask, new_cask)|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment