Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
diagnostic: trim unnecessary 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Mar 22, 2016
1 parent 449404e commit f715e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def check_access_share_man

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.
Expand All @@ -514,7 +514,7 @@ def check_access_usr_local
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
Expand Down

0 comments on commit f715e0e

Please sign in to comment.