From 2093131da01fe2e85fe3c841a882b195456baf20 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 29 May 2020 23:59:46 +0200 Subject: [PATCH] transifex.cron: actually push new strings --- misc/infrastructure/transifex.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/infrastructure/transifex.cron b/misc/infrastructure/transifex.cron index 1e5b08fe..b4ae823c 100755 --- a/misc/infrastructure/transifex.cron +++ b/misc/infrastructure/transifex.cron @@ -17,7 +17,7 @@ git reset --hard origin/master # po: just update the translations. # all: also update the translation template. Will create a new commit every time, as the date header changes. export BATCH=true -sh tx.sh po +sh tx.sh "${1:-po}" if [ x"`git ls-files -dm`" = x".tx/merge-base" ]; then git reset --hard -- 2.39.2