Fix xcode check variable name.

Closes Homebrew/homebrew#10624.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Giovanni Bajo 2012-03-01 20:14:57 +01:00 committed by Max Howell
parent d23b8dc5d3
commit e0eb98c84c

View File

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