Merge pull request #3712 from sesam/language-fix

fix broken sentence
This commit is contained in:
Mike McQuaid 2018-01-21 14:53:11 +00:00 committed by GitHub
commit c8423b6d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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