From 53d87d3b58845b8778e214e2b4e4632029d24b07 Mon Sep 17 00:00:00 2001 From: Simon B Date: Sun, 21 Jan 2018 12:49:59 +0100 Subject: [PATCH] fix broken sentence --- Library/Homebrew/diagnostic.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 41deaf23ea..dbd6aa0c14 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -339,8 +339,7 @@ module Homebrew by Homebrew. If a formula tries to write a file to this directory, the install will fail during the link step. - You should change the ownership and permissions of these directories. - back to your user account. + You should change the ownership of these directories to your account. sudo chown -R $(whoami) #{not_writable_dirs.join(" ")} EOS end