diagnostic: make chown recommendation consistent

This is the only place we advise `:admin` as well so might as well
change this one.

Closes Homebrew/homebrew#50279.

Closes Homebrew/homebrew#50295.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2016-03-21 16:33:49 +00:00 committed by Xu Cheng
parent 4f70064d73
commit ca5b7440c6

View File

@ -523,7 +523,7 @@ module Homebrew
You should probably change the ownership and permissions of /usr/local
back to your user account.
sudo chown -R $(whoami):admin /usr/local
sudo chown -R $(whoami) /usr/local
EOS
end
end