aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2015-01-12 21:26:18 -0500
committerJack Nagel2015-01-12 21:26:18 -0500
commitaa4ff175ffe504d824c4bf1174abfd0ab7b6795c (patch)
treef635fde6b21c974e98303dd6caebd098dbfcb821 /Library/Homebrew/cmd
parent9ff211f212065a189eeaf858bcd4290b65500d8a (diff)
downloadbrew-aa4ff175ffe504d824c4bf1174abfd0ab7b6795c.tar.bz2
doctor: fix grammar
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index f0da9af3c..954f5b8cf 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -462,10 +462,8 @@ def check_access_cache
if HOMEBREW_CACHE.exist? && !HOMEBREW_CACHE.writable_real?
<<-EOS.undent
#{HOMEBREW_CACHE} isn't writable.
- This can happen if you ran `brew install` or `brew fetch` as another user.
-
+ This can happen if you run `brew install` or `brew fetch` as another user.
Homebrew caches downloaded files to this location.
-
You should probably `chown` #{HOMEBREW_CACHE}
EOS
end