From 880f566867ea63d419fc783ade89fc7fd0d91087 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 9 Mar 2012 13:29:56 -0600 Subject: [PATCH] Remove unnecessary hyphen 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 ad6ffa60b1..0d3ef3e87d 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -208,7 +208,7 @@ def check_for_latest_xcode else "4.3" end if MacOS.xcode_version < latest_xcode then <<-EOS.undent - You have Xcode-#{MacOS.xcode_version}, which is outdated. + You have Xcode #{MacOS.xcode_version}, which is outdated. Please install Xcode #{latest_xcode}. EOS end