Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2018-01-20 19:05:29 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-21 17:54:47 +0300
commitc824b0694e062c3c88b8e94eb9533146d956007f (patch)
tree1c4dd864525af509739274407280cdac575ef333 /release-tool
parent36b4d5a12043a706e5014ed225493691128668c0 (diff)
Only update source files and pull in translations, don't push anything
Diffstat (limited to 'release-tool')
-rwxr-xr-xrelease-tool3
1 files changed, 2 insertions, 1 deletions
diff --git a/release-tool b/release-tool
index 492f7c08c..601e66474 100755
--- a/release-tool
+++ b/release-tool
@@ -458,7 +458,8 @@ merge() {
performChecks
logInfo "Updating language files..."
- ./share/translations/update.sh
+ ./share/translations/update.sh update
+ ./share/translations/update.sh pull
if [ 0 -ne $? ]; then
exitError "Updating translations failed!"
fi