diff options
| author | Dominyk Tiller | 2016-03-21 16:28:49 +0000 |
|---|---|---|
| committer | Xu Cheng | 2016-03-22 18:55:19 +0800 |
| commit | 142be05c0f6070c71fa3dc38e86711bdca372fb5 (patch) | |
| tree | 9597527f17c7396f2a21a30f446d9ad784e9709f | |
| parent | 99155c3b5fb7f956b40d35f3723bfae97c8dc06b (diff) | |
| download | brew-142be05c0f6070c71fa3dc38e86711bdca372fb5.tar.bz2 | |
diagnostic: trim unnecessary 'the'
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 2e955216f..827d18716 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 |
