aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-13 04:13:43 +0000
committerMike McQuaid2014-11-13 08:41:16 +0000
commitca2c201fb313c21412a2f4db90ade57977712e91 (patch)
treefcb980c926321218442ef9639301a6e304f8ecea /Library
parent89dc0b9787b4dc9bb4b5bbf908eb44fb13cf314d (diff)
downloadbrew-ca2c201fb313c21412a2f4db90ade57977712e91.tar.bz2
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>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index a72ce689f..8cb729dd1 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -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