aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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