diff options
Diffstat (limited to 'project.py')
-rwxr-xr-x | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |