From 142be05c0f6070c71fa3dc38e86711bdca372fb5 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 21 Mar 2016 16:28:49 +0000 Subject: [PATCH] diagnostic: trim unnecessary 'the' --- Library/Homebrew/diagnostic.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 2e955216fe..827d187160 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -501,7 +501,7 @@ module Homebrew def check_access_homebrew_repository unless HOMEBREW_REPOSITORY.writable_real? then <<-EOS.undent - The #{HOMEBREW_REPOSITORY} is not writable. + #{HOMEBREW_REPOSITORY} is not writable. You should probably change the ownership and permissions of #{HOMEBREW_REPOSITORY} back to your user account. @@ -514,7 +514,7 @@ module Homebrew return unless HOMEBREW_PREFIX.to_s == "/usr/local" unless HOMEBREW_PREFIX.writable_real? then <<-EOS.undent - The /usr/local directory is not writable. + /usr/local is not writable. Even if this directory was writable when you installed Homebrew, other software may change permissions on this directory. For example, upgrading to OS X El Capitan has been known to do this. Some versions of the