diff options
| -rw-r--r-- | Library/Homebrew/tap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 62721985b..9640c4948 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -215,7 +215,7 @@ class Tap clear_cache ohai "Tapping #{name}" unless quiet - args = %W[clone #{requested_remote} #{path} --config core.autocrlf=false] + args = %W[clone #{requested_remote} #{path}] args << "--depth=1" unless full_clone args << "-q" if quiet |
