i18n: use --non-interactive mode in push_transifex, even if this is dangerous this is the best way to handle stdin within Makefile
This commit is contained in:
parent
7b9ebbf752
commit
cffcf9d3d9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -515,4 +515,4 @@ pull-transifex:
|
||||||
tx pull -af
|
tx pull -af
|
||||||
|
|
||||||
push-transifex:
|
push-transifex:
|
||||||
tx push -s -t -f
|
tx push -s -t -f --no-interactive
|
||||||
|
|
Loading…
Reference in a new issue