Skip to content
Snippets Groups Projects
Commit f643b84d authored by Misty De Meo's avatar Misty De Meo
Browse files

Doctor: fix check_access_logs

Fixes Homebrew/homebrew#23936.
parent b1d78cf6
No related branches found
No related tags found
No related merge requests found
......@@ -383,13 +383,13 @@ end
def check_access_logs
if HOMEBREW_LOGS.exist? and not HOMEBREW_LOGS.writable_real?
<<-EOS.undent
#{folder} 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.
You should probably `chown` #{folder}
You should probably `chown` #{HOMEBREW_LOGS}
EOS
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment