Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
diagnostic: make chown recommendation consistent
Browse files Browse the repository at this point in the history
This is the only place we advise `:admin` as well so might as well
change this one.

Closes #50279.

Closes #50295.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
DomT4 committed Mar 22, 2016
1 parent eaf0b54 commit a1824f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def check_access_usr_local
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
Expand Down

0 comments on commit a1824f8

Please sign in to comment.