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?
|
||||
|
||||
puts
|
||||
puts <<~EOS
|
||||
You have #{msg} installed.
|
||||
EOS
|
||||
puts "You have #{msg} installed."
|
||||
# If we're auto-updating, don't need to suggest commands that we're perhaps
|
||||
# already running.
|
||||
return if auto_update
|
||||
|
Loading…
x
Reference in New Issue
Block a user