[python-meh][master/rhel7-branch][PATCH] Remove the --disable-overwrite parameter for the Transifex client

Martin Kolman mkolman at redhat.com
Mon Sep 8 11:04:17 UTC 2014


It doesn't seem to be of any use.

Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0ba9a42..0e0774c 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ potfile:
 	$(MAKE) -C po potfile
 
 po-pull:
-	tx pull -a --disable-overwrite
+	tx pull -a
 
 bumpver: potfile
 	tx push -s
-- 
1.9.3



More information about the anaconda-patches mailing list