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
commita282056eeccb95379a38585b4c136654bec15245 (patch)
tree1ae6604d80b88f841ff967dc2b86078f8e861b1d /Library
parent6c6efb87ae723a49659267e2bd3f944d4f1f763c (diff)
downloadhomebrew-a282056eeccb95379a38585b4c136654bec15245.tar.bz2
Fix xcode check variable name.
Closes #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