Skip to content
Snippets Groups Projects
Commit 1587c703 authored by Max Howell's avatar Max Howell
Browse files

Don’t output "nothing" messages

This is how we do it in general in Homebrew.
parent 215fcd32
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,6 @@ class RefreshBrew
if pending_formulae_changes?
ohai "The following formulae were updated:"
puts_columns updated_formulae, installed_formulae
else
puts "No formulae were updated."
end
## New examples
if pending_new_examples?
......@@ -146,8 +144,6 @@ class RefreshBrew
if pending_examples_changes?
ohai "The following external commands were updated:"
puts_columns updated_examples
else
puts "No external commands were updated."
end
end
......
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