aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-12-17 16:34:01 +0000
committerMike McQuaid2013-12-17 16:34:01 +0000
commit4b7f435a00b4848f06596804ac3b086d8f6944bc (patch)
treefdddde15ef2688097cb66e3e9e79ab36ebae7dd7 /Library
parent8ccfd06ce21691d49715ce9425547ca63c830620 (diff)
downloadbrew-4b7f435a00b4848f06596804ac3b086d8f6944bc.tar.bz2
doctor: fix autocrlf set command.
Fixes Homebrew/homebrew#25282.
Diffstat (limited to 'Library')
-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 7814ce0ee..4124ef04a 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