From a5c5778d558303522e2e4901acebc7f8cdc550fd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Feb 2019 14:21:12 +0100 Subject: [PATCH] Fix zanata config init --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9721da6..028af20 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,8 @@ push-locales: po zanata-cli -q -B push --push-type both pull-locales: prepare-locales - cp zanata/zanata.xml zanata.xml + cp -n zanata/zanata.xml zanata.xml + sed -e 's@@join-peertube@' -i zanata.xml zanata-cli -q -B pull --pull-type both --min-doc-percent 75 make yml