mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Remove old translation files before pull
This commit is contained in:
parent
9bf0d7680e
commit
44f2d3a3c2
2 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue