diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 62721985bf..9640c49486 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