Fixed small git issue

This commit is contained in:
Manuel Cortez 2020-09-29 12:18:24 -05:00
parent b5390de4b0
commit b0165952cb

View File

@ -62,7 +62,7 @@ update_catalogs:
- '&$env:PYTHON3_32 translate.py'
- cd ..
- 'git add .'
- 'git commit -m Updated locales'
- 'git commit -m "Updated locales"'
- 'git push'
only:
- master