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
|
||||
if MacOS.xcode_version < latest_xcode then <<-EOS.undent
|
||||
Your Xcode version is outdated
|
||||
Please install Xcode #{v}.
|
||||
Please install Xcode #{latest_xcode}.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user