doctor: remove incorrect statement from HOMEBREW_LOGS check

This commit is contained in:
Jack Nagel 2015-01-12 21:26:18 -05:00
parent 7a49c143e4
commit 9ff211f212

View File

@ -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