Fix xcode check variable name.
Closes Homebrew/homebrew#10624. Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
d23b8dc5d3
commit
e0eb98c84c
@ -209,7 +209,7 @@ def check_for_latest_xcode
|
|||||||
end
|
end
|
||||||
if MacOS.xcode_version < latest_xcode then <<-EOS.undent
|
if MacOS.xcode_version < latest_xcode then <<-EOS.undent
|
||||||
Your Xcode version is outdated
|
Your Xcode version is outdated
|
||||||
Please install Xcode #{v}.
|
Please install Xcode #{latest_xcode}.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user