diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -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 377873d16..7d5a4711a 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -796,7 +796,7 @@ def check_git_status end def check_for_leopard_ssl - if MacOS.leopard? and not ENV['GIT_SSL_NO_VERIFY'] + if MacOS.version == :leopard and not ENV['GIT_SSL_NO_VERIFY'] <<-EOS.undent The version of libcurl provided with Mac OS X Leopard has outdated SSL certificates. |
