Skip to content

Commit

Permalink
Remove --poll flag from i18n script #856
Browse files Browse the repository at this point in the history
### Why:
Running `yarn i18n:push` results in an "unknown flag" error on the command line due to the `--poll` flag.

### This Commit:

This commit removes the `--poll` flag from the script.
  • Loading branch information
Matt Buckley committed Feb 24, 2021
1 parent 6338da8 commit d1a6acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/locales/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ lokalise2 file upload \
--detect-icu-plurals \
--apply-tm \
--convert-placeholders \
--poll \
--config .lokalise.yml \
--token=$LOKALISE_READ_WRITE_TOKEN

0 comments on commit d1a6acc

Please sign in to comment.