From a316a072517e4ea82d619c6b0f97104474d7f479 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Fri, 5 Sep 2014 18:55:54 -0500 Subject: [PATCH] Fix comma splice in outdated brew message Closes Homebrew/homebrew#32123. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 59a825573f..20e00f7eb5 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1040,7 +1040,7 @@ def check_for_outdated_homebrew if Time.now.to_i - timestamp > 60 * 60 * 24 then <<-EOS.undent 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`. EOS end