Skip to content

Commit a5f6da7

Browse files
authored
Makefile: revert git-timestamps flag for tx
It is not updating existent out-of-date files
1 parent d64d09b commit a5f6da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ push:
113113
# to update the translation file mapping.
114114
.PHONY: pull
115115
pull: venv
116-
@$(VENV)/bin/tx pull --language=$(LANGUAGE) --parallel --use-git-timestamps
116+
@$(VENV)/bin/tx pull --force --language=$(LANGUAGE) --parallel
117117
@$(VENV)/bin/powrap --quiet *.po **/*.po
118118

119119

0 commit comments

Comments
 (0)