summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild-remote.py')
-rwxr-xr-xrpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 7c3eb08..cee062f 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -196,7 +196,7 @@ def execute_jobs(opts, system, jobs):
(sin, sout, serr) = session.exec_command(cmd)
LOG.info("Downloading results...")
sin.close()
- fetch(session, os.path.join(opts.dest, file), sout, serr)
+ fetch(session, os.path.join(opts.dest, file, ''), sout, serr)
sout.close()
serr.close()
session.close()