diff options
| author | Dominyk Tiller | 2016-07-10 12:31:11 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2016-07-10 12:41:08 +0100 |
| commit | 288aff5365c16ce6456e91f70c6ec9448d990d9e (patch) | |
| tree | 504a2a083dc61dd83b8995076d53e320451748bc /Library | |
| parent | 1022bcff064ef562acfe748e0041dd7fd225b01f (diff) | |
| download | brew-288aff5365c16ce6456e91f70c6ec9448d990d9e.tar.bz2 | |
diagnostic: adopt more certain tone
Closes #481.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 733d368d9..d691ad7c0 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -312,7 +312,7 @@ module Homebrew by Homebrew. If a brew tries to add locale information to one of these directories, then the install will fail during the link step. - You should probably `sudo chown -R $(whoami)` them: + You should `sudo chown -R $(whoami)` them: EOS end @@ -330,7 +330,7 @@ module Homebrew <<-EOS.undent #{HOMEBREW_REPOSITORY} is not writable. - You should probably change the ownership and permissions of #{HOMEBREW_REPOSITORY} + You should change the ownership and permissions of #{HOMEBREW_REPOSITORY} back to your user account. sudo chown -R $(whoami) #{HOMEBREW_REPOSITORY} EOS @@ -348,8 +348,8 @@ module Homebrew "InstantOn" component of Airfoil or running Cocktail cleanup/optimizations are known to do this as well. - You should probably change the ownership and permissions of /usr/local - back to your user account. + You should change the ownership and permissions of /usr/local back to + your user account. sudo chown -R $(whoami) /usr/local EOS end @@ -377,8 +377,8 @@ 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 probably change the ownership and permissions of #{dir} - back to your user account. + You should change the ownership and permissions of #{dir} back to + your user account. sudo chown -R $(whoami) #{dir} EOS end @@ -394,7 +394,7 @@ module Homebrew by Homebrew. If you install a formula with Python modules, the install will fail during the link step. - You should probably change the ownership and permissions of #{Language::Python.homebrew_site_packages} + You should change the ownership and permissions of #{Language::Python.homebrew_site_packages} back to your user account. sudo chown -R $(whoami) #{Language::Python.homebrew_site_packages} EOS @@ -408,7 +408,7 @@ module Homebrew #{HOMEBREW_LOGS} isn't writable. Homebrew writes debugging logs to this location. - You should probably change the ownership and permissions of #{HOMEBREW_LOGS} + You should change the ownership and permissions of #{HOMEBREW_LOGS} back to your user account. sudo chown -R $(whoami) #{HOMEBREW_LOGS} EOS @@ -423,7 +423,7 @@ module Homebrew This can happen if you run `brew install` or `brew fetch` as another user. Homebrew caches downloaded files to this location. - You should probably change the ownership and permissions of #{HOMEBREW_CACHE} + You should change the ownership and permissions of #{HOMEBREW_CACHE} back to your user account. sudo chown -R $(whoami) #{HOMEBREW_CACHE} EOS @@ -436,7 +436,7 @@ module Homebrew <<-EOS.undent #{HOMEBREW_CELLAR} isn't writable. - You should probably change the ownership and permissions of #{HOMEBREW_CELLAR} + You should change the ownership and permissions of #{HOMEBREW_CELLAR} back to your user account. sudo chown -R $(whoami) #{HOMEBREW_CELLAR} EOS @@ -450,7 +450,7 @@ module Homebrew <<-EOS.undent #{opt} isn't writable. - You should probably change the ownership and permissions of #{opt} + You should change the ownership and permissions of #{opt} back to your user account. sudo chown -R $(whoami) #{opt} EOS |
