diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
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 |
