Skip to content

Commit

Permalink
Update import-translations-github.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed May 27, 2024
1 parent f579e49 commit d42163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/import-translations-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "$CIRCLE_PULL_REQUEST" == "" ]; then
git clone --branch=master https://rm3l:$GITHUB_API_KEY@github.com/rm3l/maoni.git master > /dev/null

cd master
wget -q https://downloads.crowdin.com/cli/v2/crowdin-cli.zip
wget -q https://github.com/crowdin/crowdin-cli/releases/3.19.4/download/crowdin-cli.zip
unzip -qj crowdin-cli.zip
# Update sources
java -jar crowdin-cli.jar upload sources
Expand Down

0 comments on commit d42163a

Please sign in to comment.