aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2014-11-16 21:57:08 -0600
committerJack Nagel2014-11-16 21:57:08 -0600
commite00a6e4c4d324b8872a3aa27ce2483b1e351c3b1 (patch)
treecdc3e1c8625625eb02cd7dca4c1717c3bc381da8 /Library/Homebrew/cmd
parentaa406df68cb8c5589039b3d82ed9e29c2ac2593a (diff)
downloadbrew-e00a6e4c4d324b8872a3aa27ce2483b1e351c3b1.tar.bz2
Remove more references to removed external commands
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index c5edb9ea8..93c0e398e 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -63,7 +63,7 @@ class Checks
end
# Git will always be on PATH because of the wrapper script in
- # Library/Contributions/cmd, so we check if there is a *real*
+ # Library/ENV/scm, so we check if there is a *real*
# git here to avoid multiple warnings.
def git?
return @git if instance_variable_defined?(:@git)