fix broken sentence

This commit is contained in:
Simon B 2018-01-21 12:49:59 +01:00
parent d14fd49b30
commit 53d87d3b58

View File

@ -339,8 +339,7 @@ module Homebrew
by Homebrew. If a formula tries to write a file to this directory, the by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step. install will fail during the link step.
You should change the ownership and permissions of these directories. You should change the ownership of these directories to your account.
back to your user account.
sudo chown -R $(whoami) #{not_writable_dirs.join(" ")} sudo chown -R $(whoami) #{not_writable_dirs.join(" ")}
EOS EOS
end end