mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-29 08:57:43 -04:00
Only update source files and pull in translations, don't push anything
This commit is contained in:
parent
36b4d5a120
commit
c824b0694e
1 changed files with 2 additions and 1 deletions
|
@ -458,7 +458,8 @@ merge() {
|
||||||
performChecks
|
performChecks
|
||||||
|
|
||||||
logInfo "Updating language files..."
|
logInfo "Updating language files..."
|
||||||
./share/translations/update.sh
|
./share/translations/update.sh update
|
||||||
|
./share/translations/update.sh pull
|
||||||
if [ 0 -ne $? ]; then
|
if [ 0 -ne $? ]; then
|
||||||
exitError "Updating translations failed!"
|
exitError "Updating translations failed!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue