From e00a6e4c4d324b8872a3aa27ce2483b1e351c3b1 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 16 Nov 2014 21:57:08 -0600 Subject: Remove more references to removed external commands --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') 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) -- cgit v1.2.3