Fix comma splice in outdated brew message
Closes Homebrew/homebrew#32123. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
23c73e2147
commit
a316a07251
@ -1040,7 +1040,7 @@ def check_for_outdated_homebrew
|
|||||||
|
|
||||||
if Time.now.to_i - timestamp > 60 * 60 * 24 then <<-EOS.undent
|
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!
|
You haven't updated for at least 24 hours. This is a long time in brewland!
|
||||||
To update Homebrew, run `brew update`.
|
To update Homebrew, run `brew update`.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user