Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-26 12:00:13 +0300
committerGitHub <noreply@github.com>2022-09-26 12:00:13 +0300
commitb144010c93e114830405e4334f2fdbc451df0779 (patch)
tree4d6745b04101fc930e1e25ff6f3a6107b5aed983
parent1897a685d8759dfe475fa9f71cc8a2fb5cc96800 (diff)
parent4cf626dd5136dcc2439177fc1f713fd61ae5819d (diff)
Merge pull request #418 from nextcloud/allow-slash-in-backport-branches
Allow slash in backport branches
-rwxr-xr-xtranslations-app/handleAppTranslations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations-app/handleAppTranslations.sh b/translations-app/handleAppTranslations.sh
index b354cdf..7cdb5e6 100755
--- a/translations-app/handleAppTranslations.sh
+++ b/translations-app/handleAppTranslations.sh
@@ -65,7 +65,7 @@ do
cd translationfiles/templates/
for file in $(ls)
do
- mv $file ../../stable-templates/$version.$RESOURCE_ID.pot
+ mv $file ../../stable-templates/${version/\//-}.$RESOURCE_ID.pot
done
cd ../..
done