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:
parent
89dc0b9787
commit
ca2c201fb3
@ -1043,7 +1043,7 @@ def check_for_non_prefixed_coreutils
|
|||||||
end
|
end
|
||||||
|
|
||||||
def check_for_non_prefixed_findutils
|
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
|
if default_names then <<-EOS.undent
|
||||||
Putting non-prefixed findutils in your path can cause python builds to fail.
|
Putting non-prefixed findutils in your path can cause python builds to fail.
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user