Remove unnecessary hyphen

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-03-09 13:29:56 -06:00
parent cd13553d59
commit 880f566867

View File

@ -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