From ca5b7440c69a37b5f03f7b8949df27d8824d307d Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 21 Mar 2016 16:33:49 +0000 Subject: [PATCH] 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 --- Library/Homebrew/diagnostic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 827d187160..8cf1d6d9ae 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