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