From a146f2199b4d5540d374bf3d91a2b996527c1e8f Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 20 Dec 2024 15:27:31 +0200 Subject: [PATCH] Fix old directory name in i18n/bin/build-translated-result.sh Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3891 --- i18n/bin/build-translated-result.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/bin/build-translated-result.sh b/i18n/bin/build-translated-result.sh index b55f3d823c8..0f860fe7fe1 100755 --- a/i18n/bin/build-translated-result.sh +++ b/i18n/bin/build-translated-result.sh @@ -53,8 +53,8 @@ if [ -d ${base_path}/i18n/translations/${LANGUAGE} ]; then fi # Make sure the `translations/` directory exists -if [ ! -d ${base_path}/i18n/translated ]; then - mkdir -p ${base_path}/i18n/translated +if [ ! -d ${base_path}/i18n/translations ]; then + mkdir -p ${base_path}/i18n/translations fi # Relocate the built result to translations/