summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index fa1844c..7d3304c 100644
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -156,7 +156,7 @@ def execute_jobs(opts, system, jobs):
LOG.info("Completed build %.03f seconds" % (finish - start))
LOG.info("Downloading results...")
files[0].close()
- fetch(session, dest, files[1], files[2])
+ fetch(session, os.path.join(opts.dest, file), files[1], files[2])
files[1].close()
files[2].close()
session.close()