doctor: fix transposed git command

Closes Homebrew/homebrew#17338.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Sema 2013-01-27 15:35:02 +04:00 committed by Jack Nagel
parent 2e23e9a22d
commit 667b53ffb0

View File

@ -746,7 +746,7 @@ def check_for_git_origin
Without a correctly configured origin, Homebrew won't update
properly. You can solve this by adding the Homebrew remote:
cd #{HOMEBREW_REPOSITORY}
git add remote origin https://github.com/mxcl/homebrew.git
git remote add origin https://github.com/mxcl/homebrew.git
EOS
end
end