Remove old translation files before pull

This commit is contained in:
Jonathan White 2020-07-06 19:08:30 -04:00
parent 9bf0d7680e
commit 44f2d3a3c2
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
2 changed files with 7 additions and 2 deletions

View file

@ -520,7 +520,7 @@ merge() {
fi
git diff-index --quiet HEAD --
if [ $? -ne 0 ]; then
git add ./share/translations/*
git add -A ./share/translations/
logInfo "Committing changes..."
if [ "" == "$GPG_GIT_KEY" ]; then
git commit -m "Update translations"