cmd/update-report: avoid unnecessary EOS.
Co-authored-by: Douglas Eichelberger <dduugg@users.noreply.github.com>
This commit is contained in:
parent
9de0b619f3
commit
b7c55422b5
@ -697,9 +697,7 @@ class ReporterHub
|
|||||||
return if msg.blank?
|
return if msg.blank?
|
||||||
|
|
||||||
puts
|
puts
|
||||||
puts <<~EOS
|
puts "You have #{msg} installed."
|
||||||
You have #{msg} installed.
|
|
||||||
EOS
|
|
||||||
# If we're auto-updating, don't need to suggest commands that we're perhaps
|
# If we're auto-updating, don't need to suggest commands that we're perhaps
|
||||||
# already running.
|
# already running.
|
||||||
return if auto_update
|
return if auto_update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user