summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygnulib/GLImport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py
index 22e30306e1..2236e8f8b6 100644
--- a/pygnulib/GLImport.py
+++ b/pygnulib/GLImport.py
@@ -1210,7 +1210,7 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix
result = sp.check_output(cmd, shell=True)
result = bool(int(result))
if result: # use rsync
- args = ['rsync', '-Lrtz', '%sgulib/' % TP_RSYNC_URI, '.']
+ args = ['rsync', '-Lrtz', '%sgnulib/' % TP_RSYNC_URI, '.']
else: # use wget
args = ['wget', '--quiet', '-r', '-l1', '-nd', '-np', '-A.po',
'%sgnulib' % TP_URL]