summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rwxr-xr-xproject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index b8147424..77a4f571 100755
--- a/project.py
+++ b/project.py
@@ -2187,7 +2187,7 @@ class Project(object):
2187 cmd.append(bundle_dst) 2187 cmd.append(bundle_dst)
2188 for f in remote.fetch: 2188 for f in remote.fetch:
2189 cmd.append(str(f)) 2189 cmd.append(str(f))
2190 cmd.append('refs/tags/*:refs/tags/*') 2190 cmd.append('+refs/tags/*:refs/tags/*')
2191 2191
2192 ok = GitCommand(self, cmd, bare=True).Wait() == 0 2192 ok = GitCommand(self, cmd, bare=True).Wait() == 0
2193 if os.path.exists(bundle_dst): 2193 if os.path.exists(bundle_dst):