fix(CI): Fixed typo.

This commit is contained in:
Terry Geng
2020-07-13 20:58:51 +08:00
parent fbd551c701
commit 80c6fbda8d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ steps:
from_secret: TRADUORA_W_SECRET
commands:
- pip3 install requests
- ./scripts/sync_translation.py --lang_dir lang/ --client $TRADUORA_W_CLIENT --secret $TRADUORA_W_SECRET --push
- ./scripts/sync_translation.py --lang-dir lang/ --client $TRADUORA_W_CLIENT --secret $TRADUORA_W_SECRET --push
when:
branch:
- master