From 35c6bdc62ba4dbacda6f780d7d3966cb1149a038 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 10 Oct 2020 14:58:32 +0100 Subject: [PATCH] Remove duplicate Kaspersky client Although no coops seem to be referencing this client, there were already lowercase versions of the relevant files, i.e. `_clients/kaspersky.md` and `images/clients/kaspersky.svg`. So the uppercase version, `Kaspersky.md` was effectively a duplicate. This led to the following warning messages on case-insensitive filesystems, making it hard to work on the project on such systems: > warning: the following paths have collided (e.g. case-sensitive paths > on a case-insensitive filesystem) and only one from the same colliding > group is in the working tree In this commit, I've deleted `Kaspersky.md` which didn't contain anything different to `kaspersky.md`. I think this is the right thing to do, because ideally all the markdown files should be lowercase in case they are used in URL paths. There are other similar issues, but I plan to address them in separate commits. --- _clients/Kaspersky.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 _clients/Kaspersky.md diff --git a/_clients/Kaspersky.md b/_clients/Kaspersky.md deleted file mode 100644 index 49fca31..0000000 --- a/_clients/Kaspersky.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Kaspersky ----