Skip to content
Snippets Groups Projects
Commit b05a596d authored by Mike McQuaid's avatar Mike McQuaid
Browse files

tap: --config unsupported on old Gits.

parent f6937743
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment