Remove unnecessary hyphen
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
cd13553d59
commit
880f566867
@ -208,7 +208,7 @@ def check_for_latest_xcode
|
|||||||
else "4.3"
|
else "4.3"
|
||||||
end
|
end
|
||||||
if MacOS.xcode_version < latest_xcode then <<-EOS.undent
|
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}.
|
Please install Xcode #{latest_xcode}.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user