aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-10-01 14:39:25 +0800
committerXu Cheng2015-10-01 14:39:25 +0800
commit6b3704162f43eab23c017c6bb063464a7adde619 (patch)
treed0f4c1ea3d0041fe18b29db5dd5eb464eb74e784 /Library
parentf5fd1c3c57e849a978e9b37ff6911bdfc6fae144 (diff)
downloadbrew-6b3704162f43eab23c017c6bb063464a7adde619.tar.bz2
doctor: point Xcode download to App Store for El Capitan
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index c79a54a7e..7a5996992 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -258,8 +258,8 @@ class Checks
end
end
- # TODO: remove when 10.11 is released
- if MacOS.version >= "10.11"
+ # TODO: bump version when new OS is released
+ if MacOS.version >= "10.12"
def check_xcode_up_to_date
if MacOS::Xcode.installed? && MacOS::Xcode.outdated?
<<-EOS.undent