Update update-kobold.bat

This commit is contained in:
henk717 2021-12-14 15:55:44 +01:00
parent 2d1561aa55
commit c701fdce1d
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ GOTO GIT
:GIT
if exist .git\ (
git fetch
git checkout -f
) else (
git init