one extra change in tooling

main
Dominik Madarász 2023-10-09 07:55:43 +02:00
parent 3eaef45040
commit c984ac338e
1 changed files with 4 additions and 3 deletions

View File

@ -165,11 +165,12 @@ if "%1"=="dpush" (
git add . git add .
if "%2"=="auto" ( if "%2"=="auto" (
git commit -m "asset update" git commit -m "asset update"
git push
) else ( ) else (
git commit git commit
) if not "%2"=="local" (
if "%2"=="out" ( git push
git push )
) )
popd popd