diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index 23e1596708..41e67f8c9f 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -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