Init in setup

This commit is contained in:
Bottersnike 2022-02-03 21:18:07 +00:00
parent 4173cdb989
commit 131c2a20c5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
rem Doing this individually means we can just skip over any that error rem Doing this individually means we can just skip over any that error
for /D %%G in (%CD%\*) do ( 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 ( for /D %%G in (%CD%\*) do if exist %%G\requirements.txt (