Skip to content

Commit 235ccf1

Browse files
committed
Force pull
1 parent 1ce7554 commit 235ccf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = function(grunt) {
8787
command: 'npm update'
8888
},
8989
txpull: { // Pull Transifex translation - grunt exec:txpull
90-
cmd: 'tx pull -a --minimum-perc=100' // Change the percentage with --minimum-perc=yourvalue
90+
cmd: 'tx pull -a -f --minimum-perc=100' // Change the percentage with --minimum-perc=yourvalue
9191
},
9292
txpush_s: { // Push pot to Transifex - grunt exec:txpush_s
9393
cmd: 'tx push -s'

0 commit comments

Comments
 (0)