doctor: fix autocrlf set command.

Fixes Homebrew/homebrew#25282.
This commit is contained in:
Mike McQuaid 2013-12-17 16:34:01 +00:00
parent 8ccfd06ce2
commit 4b7f435a00

View File

@ -758,7 +758,7 @@ def check_git_newline_settings
If you are not routinely dealing with Windows-based projects,
consider removing these by running:
`git config --global --set core.autocrlf input`
`git config --global core.autocrlf input`
EOS
end
end