Skip to content

Commit fb6d977

Browse files
OLMIS-6128: added force and no interactive flag to transifex init
1 parent 212768a commit fb6d977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync_transifex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ while [[ $# -gt 1 ]]; do
4040
shift
4141
done
4242

43-
tx init --host=https://www.transifex.com --user=$TRANSIFEX_USER --pass=$TRANSIFEX_PASSWORD
43+
tx init --host=https://www.transifex.com --user=$TRANSIFEX_USER --pass=$TRANSIFEX_PASSWORD --force --no-interactive
4444

4545
tx set --auto-local -r $RESOURCE \
4646
$PATTERN --source-lang en --type UNICODEPROPERTIES \

0 commit comments

Comments
 (0)