cmd/update-report: avoid unnecessary EOS.

Co-authored-by: Douglas Eichelberger <dduugg@users.noreply.github.com>
This commit is contained in:
Mike McQuaid 2023-03-28 08:49:05 +01:00 committed by GitHub
parent 9de0b619f3
commit b7c55422b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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