summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-19 10:56:13 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-20 12:19:26 +0100
commit83ccefc3435f31afa5c9b41dd2a20a1a342f6fe8 (patch)
treed52eb1459d1b7c620d24cbf968698defea0ff809
parentbaaafac588bd7c03e40deaf802896e91546f53ec (diff)
Update Translations: Update weblate zip path
-rwxr-xr-xupdate_translation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_translation.sh b/update_translation.sh
index 18af62a..f830e25 100755
--- a/update_translation.sh
+++ b/update_translation.sh
@@ -14,7 +14,7 @@ wget -q -O translation.zip "https://hosted.weblate.org/download/eduvpn/eduvpn-co
unzip -q translation.zip
echo "Copying translations..."
-cp -r eduvpn-common/eduvpn-common/client ../
+cp -r eduvpn/eduvpn-common/client ../
popd >/dev/null