From 9ff211f212065a189eeaf858bcd4290b65500d8a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 12 Jan 2015 21:26:18 -0500 Subject: [PATCH] doctor: remove incorrect statement from HOMEBREW_LOGS check --- Library/Homebrew/cmd/doctor.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 178bcbaee9..f0da9af3cb 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -452,11 +452,7 @@ def check_access_logs if HOMEBREW_LOGS.exist? and not HOMEBREW_LOGS.writable_real? <<-EOS.undent #{HOMEBREW_LOGS} isn't writable. - This can happen if you "sudo make install" software that isn't managed - by Homebrew. - Homebrew writes debugging logs to this location. - You should probably `chown` #{HOMEBREW_LOGS} EOS end