Skip to content
Snippets Groups Projects
Commit 880f5668 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove unnecessary hyphen


Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent cd13553d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment