From 908bd938319006ad9477c68dcdbef702c17aed01 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 17 Feb 2020 11:45:56 +1000 Subject: [PATCH] fix sync-git --- qt/i18n/sync-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/i18n/sync-git b/qt/i18n/sync-git index 6f54e45af..38e1ef9b1 100755 --- a/qt/i18n/sync-git +++ b/qt/i18n/sync-git @@ -5,7 +5,7 @@ # upload changes to .pot ./update-po-template -(cd po && git commit -m update; git push) +(cd po && git add desktop; git commit -m update; git push) # upload changes to ftl templates ./update-ftl-templates