Skip to content
Snippets Groups Projects
Commit a4f676c5 authored by miccal's avatar miccal
Browse files

cask/cmd/update: output message consistency

parent ab9b15ca
No related branches found
No related tags found
No related merge requests found
......@@ -59,10 +59,7 @@ module Cask
end
end
if outdated_casks.empty?
oh1 "No Casks to upgrade"
return
end
return if outdated_casks.empty?
ohai "Casks with `auto_updates` or `version :latest` will not be upgraded" if casks.empty? && !greedy
......
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