summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2010-03-06 11:38:45 +0100
committerColin Walters <walters@verbum.org>2010-03-08 10:24:21 -0500
commitc510e24113d3c86764d5937376295e97708cd6c2 (patch)
tree56abbde621ec81348bb2bae454950f23e8239ba3
parent00e73d0480fd62a30636e4e7b20633c56c2ed5f3 (diff)
downloadfedpkg-make-pull-c510e24113d3c86764d5937376295e97708cd6c2.tar.gz
fedpkg-make-pull-c510e24113d3c86764d5937376295e97708cd6c2.tar.xz
fedpkg-make-pull-c510e24113d3c86764d5937376295e97708cd6c2.zip
fedpkg-vcs: fix sources generation
There need to be two space chars after the filename.
-rwxr-xr-xfedpkg-vcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedpkg-vcs b/fedpkg-vcs
index 8edc4aa..18b55ce 100755
--- a/fedpkg-vcs
+++ b/fedpkg-vcs
@@ -385,7 +385,7 @@ def command_pull_update(spec, vcs, vcsdir, args=[], opts={}):
f = open('sources', 'w')
f.write(snapshot_md5)
- f.write(' ')
+ f.write(' ')
f.write(snapshot_archivename)
f.write('\n')
f.close()