summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2020-01-23 10:53:33 +0000
committerPaul Moore <p.f.moore@gmail.com>2020-01-23 10:53:33 +0000
commit848472ea4e2046b6c2d65e634efb639633074823 (patch)
tree021c8e5201bd82aed2b824c35f2d60dc86ed86c7 /.gitattributes
parent54f9f83a6719f1ed7e9d492e501e05912c86e2e1 (diff)
downloadpip-848472ea4e2046b6c2d65e634efb639633074823.tar.gz
Modify gitattributes to match changed location of vendoring patches
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 2793a6c10..7b547a58c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
# Patches must have Unix-style line endings, even on Windows
-tasks/vendoring/patches/* eol=lf
+tools/automation/vendoring/patches/* eol=lf
# The CA Bundle should always use Unix-style line endings, even on Windows
src/pip/_vendor/certifi/*.pem eol=lf