From 4b7f435a00b4848f06596804ac3b086d8f6944bc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 17 Dec 2013 16:34:01 +0000 Subject: [PATCH] doctor: fix autocrlf set command. Fixes Homebrew/homebrew#25282. --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 7814ce0ee2..4124ef04ae 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -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