doctor: remove incorrect statement from HOMEBREW_LOGS check
This commit is contained in:
parent
7a49c143e4
commit
9ff211f212
@ -452,11 +452,7 @@ def check_access_logs
|
|||||||
if HOMEBREW_LOGS.exist? and not HOMEBREW_LOGS.writable_real?
|
if HOMEBREW_LOGS.exist? and not HOMEBREW_LOGS.writable_real?
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
#{HOMEBREW_LOGS} isn't writable.
|
#{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.
|
Homebrew writes debugging logs to this location.
|
||||||
|
|
||||||
You should probably `chown` #{HOMEBREW_LOGS}
|
You should probably `chown` #{HOMEBREW_LOGS}
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user