diff options
| -rwxr-xr-x | update_translation.sh | 2 |
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 |
