aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-13 04:13:43 +0000
committerMike McQuaid2014-11-13 08:41:16 +0000
commit7f42326539e90f187fa9ef5c68bb79a60de76e32 (patch)
tree4e7d84a51060f8e338087c92313c6e79d9f5fb49 /Library/Homebrew
parentfcdff1b6854511550e5f55e637b10bbd7c876c25 (diff)
downloadhomebrew-7f42326539e90f187fa9ef5c68bb79a60de76e32.tar.bz2
doctor: option depreciation
I presume this needs to change to reflect #34147? Closes #34151. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew')
-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