aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGiovanni Bajo2012-03-01 20:14:57 +0100
committerMax Howell2012-03-01 21:59:21 +0000
commite0eb98c84c688ecbca0da1dd89ac7e569a83534b (patch)
treea91f0271c5fbb9c52a39278822451240eb81a571 /Library
parentd23b8dc5d3ec45be36454fb90d6968abef370894 (diff)
downloadbrew-e0eb98c84c688ecbca0da1dd89ac7e569a83534b.tar.bz2
Fix xcode check variable name.
Closes Homebrew/homebrew#10624. Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 81b62b938..ac26bbd3e 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -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