From 848472ea4e2046b6c2d65e634efb639633074823 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 23 Jan 2020 10:53:33 +0000 Subject: [PATCH] Modify gitattributes to match changed location of vendoring patches --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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