aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/doctor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/doctor.rb')
-rw-r--r--Library/Homebrew/cmd/doctor.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index c87d4ab10..c5fa9fe0e 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -223,11 +223,13 @@ end
def __check_clt_up_to_date
if not MacOS::CLT.installed? then <<-EOS.undent
No developer tools installed
- You should install the Command Line Tools: http://connect.apple.com
+ You should install the Command Line Tools:
+ https://developer.apple.com/downloads/
EOS
elsif MacOS::CLT.outdated? then <<-EOS.undent
A newer Command Line Tools release is available
- You should install the latest version from: http://connect.apple.com
+ You should install the latest version from:
+ http://connect.apple.com
EOS
end
end