diff options
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 827d18716..8cf1d6d9a 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -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 |
