Skip to content
Snippets Groups Projects
Commit 79c745cc authored by Geoff Petrie's avatar Geoff Petrie Committed by Jack Nagel
Browse files

doctor: suggest `brew update` in outdated warning


Closes Homebrew/homebrew#19106.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent da9078aa
No related branches found
No related tags found
No related merge requests found
......@@ -1009,8 +1009,9 @@ def check_for_outdated_homebrew
end
if Time.now.to_i - timestamp > 60 * 60 * 24 then <<-EOS.undent
Your Homebrew is outdated
Your Homebrew is outdated.
You haven't updated for at least 24 hours, this is a long time in brewland!
To update Homebrew, run `brew update`.
EOS
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment