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:
parent
4f70064d73
commit
ca5b7440c6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user