summaryrefslogtreecommitdiffstats
path: root/fedpkg-vcs
diff options
context:
space:
mode:
Diffstat (limited to 'fedpkg-vcs')
-rwxr-xr-xfedpkg-vcs1
1 files changed, 1 insertions, 0 deletions
diff --git a/fedpkg-vcs b/fedpkg-vcs
index f008916..05ab3cb 100755
--- a/fedpkg-vcs
+++ b/fedpkg-vcs
@@ -339,6 +339,7 @@ def command_pull_update(spec, vcs, vcsdir, args=[], opts={}):
command_pull(spec, vcs, vcsdir, args=args, opts=opts)
name = spec.get_name()
+ version = spec.get_version()
newid = vcs.get_id(vcsdir)
snapshot_dirname = '%s-%s%s%s' % (name, version, vcs.get_scheme(), newid)