From d103b0bb842c7d64edea3f6cceffc3b9b4f22242 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 12 Jan 2019 17:09:10 +0100 Subject: [PATCH] Weblate script: pull after push --- src/.update-locales | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.update-locales b/src/.update-locales index 9e7b6c6e3..9d4d8d66d 100755 --- a/src/.update-locales +++ b/src/.update-locales @@ -34,4 +34,5 @@ git push # Unlock Weblate for c in $COMPONENTS; do wlc unlock $c; + wlc pull $c; done