From 131c2a20c54472ba50370493ea4d615486037ce4 Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Thu, 3 Feb 2022 21:18:07 +0000 Subject: [PATCH] Init in setup --- setup.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cmd b/setup.cmd index e072264..8416654 100644 --- a/setup.cmd +++ b/setup.cmd @@ -2,7 +2,7 @@ rem Doing this individually means we can just skip over any that error for /D %%G in (%CD%\*) do ( - git submodule update %%~nG + git submodule update --init %%~nG ) for /D %%G in (%CD%\*) do if exist %%G\requirements.txt (