From a2f472299df5c004aca8a7c61b579c7be2a5a8fd Mon Sep 17 00:00:00 2001 From: Harry Gillanders Date: Mon, 2 Sep 2024 06:36:33 +0100 Subject: [PATCH] Workaround a git bug on Windows. Wah wah, I'm a *nix tool and the case is different! What an irreconcilable state of affairs! Ugh. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 098083c..8607376 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ - -[submodule "Dependencies/Cecil"] + +[submodule "dependencies/cecil"] path = Dependencies/Cecil url = https://github.com/jbevain/cecil.git -[submodule "Dependencies/seepssefeu"] +[submodule "dependencies/seepssefeu"] path = Dependencies/seepssefeu url = https://github.com/just-harry/seepssefeu