From aa360e470881fdf2d9abf8ac69e1fb35ba549e0e Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 20 Feb 2021 18:44:27 +0100 Subject: [PATCH] Fixed windows files path... --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e7103948..8bd60322 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,6 @@ [submodule "vendor/TeaEventBus"] path = vendor/TeaEventBus url = https://github.com/WolverinDEV/TeaEventBus.git -[submodule "vendor\\TeaClientServices"] - path = vendor\\TeaClientServices +[submodule "vendor/TeaClientServices"] + path = vendor/TeaClientServices url = https://github.com/WolverinDEV/TeaClientServices.git