aboutsummaryrefslogtreecommitdiff
path: root/scripts/upload_strings_to_crowdin_api.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upload_strings_to_crowdin_api.sh')
-rwxr-xr-xscripts/upload_strings_to_crowdin_api.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upload_strings_to_crowdin_api.sh b/scripts/upload_strings_to_crowdin_api.sh
index ad8c06989..460690de7 100755
--- a/scripts/upload_strings_to_crowdin_api.sh
+++ b/scripts/upload_strings_to_crowdin_api.sh
@@ -18,5 +18,5 @@ else
fi
curl \
- -F "files[strings.xml]=@app/src/main/res/values/strings.xml" \
- https://api.crowdin.com/api/project/anysoftkeyboard/update-file?key=${CROWDIN_API}${UPDATE_OPTION}
+ -F "files[strings.xml]=@ime/app/src/main/res/values/strings.xml" \
+ "https://api.crowdin.com/api/project/anysoftkeyboard/update-file?key=${CROWDIN_API}${UPDATE_OPTION}"