doctor: option depreciation

I presume this needs to change to reflect Homebrew/homebrew#34147?

Closes Homebrew/homebrew#34151.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Dominyk Tiller 2014-11-13 04:13:43 +00:00 committed by Mike McQuaid
parent 89dc0b9787
commit ca2c201fb3

View File

@ -1043,7 +1043,7 @@ def check_for_non_prefixed_coreutils
end
def check_for_non_prefixed_findutils
default_names = Tab.for_name('findutils').include? 'default-names'
default_names = Tab.for_name('findutils').with? "default-names"
if default_names then <<-EOS.undent
Putting non-prefixed findutils in your path can cause python builds to fail.
EOS