repair the message

This commit is contained in:
hyuraku 2021-04-01 22:01:04 +09:00
parent 4e4886ff42
commit 89868087fd

View File

@ -154,8 +154,8 @@ module Homebrew
puts_stdout_or_stderr
puts_stdout_or_stderr <<~EOS
You have #{msg} installed.
You can check #{update_pronoun} with #{Tty.bold}brew outdated#{Tty.reset}.
You can update #{update_pronoun} with #{Tty.bold}brew upgrade#{Tty.reset}.
You can upgrade #{update_pronoun} with #{Tty.bold}brew upgrade#{Tty.reset}
or check #{update_pronoun} with #{Tty.bold}brew outdated#{Tty.reset}.
EOS
end
end