doctor: fix grammar
This commit is contained in:
parent
9ff211f212
commit
aa4ff175ff
@ -462,10 +462,8 @@ def check_access_cache
|
|||||||
if HOMEBREW_CACHE.exist? && !HOMEBREW_CACHE.writable_real?
|
if HOMEBREW_CACHE.exist? && !HOMEBREW_CACHE.writable_real?
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
#{HOMEBREW_CACHE} isn't writable.
|
#{HOMEBREW_CACHE} isn't writable.
|
||||||
This can happen if you ran `brew install` or `brew fetch` as another user.
|
This can happen if you run `brew install` or `brew fetch` as another user.
|
||||||
|
|
||||||
Homebrew caches downloaded files to this location.
|
Homebrew caches downloaded files to this location.
|
||||||
|
|
||||||
You should probably `chown` #{HOMEBREW_CACHE}
|
You should probably `chown` #{HOMEBREW_CACHE}
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user