aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-12-17 16:34:01 +0000
committerMike McQuaid2013-12-17 16:34:01 +0000
commit257d189d7869c5dabde5a0fa4079fc0d23672a33 (patch)
treeab3f888a09a6e05242f5a82eb06ce678bd26470a
parentaa4297ba81929f199802dea1d2d9c7b70f23e0df (diff)
downloadhomebrew-257d189d7869c5dabde5a0fa4079fc0d23672a33.tar.bz2
doctor: fix autocrlf set command.
Fixes #25282.
-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