From 022ca9f710e26752548ac0c5f401fedc91ad0096 Mon Sep 17 00:00:00 2001 From: Harold Iedema Date: Wed, 17 Apr 2024 17:23:22 +0200 Subject: [PATCH] [FIX] Remove the .git suffix from CS submodule (#1773) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e265f5fc0..dd184b54e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/goatcorp/ImGuiScene [submodule "lib/FFXIVClientStructs"] path = lib/FFXIVClientStructs - url = https://github.com/aers/FFXIVClientStructs.git + url = https://github.com/aers/FFXIVClientStructs [submodule "lib/Nomade040-nmd"] path = lib/Nomade040-nmd url = https://github.com/Nomade040/nmd.git