summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgentree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gentree.py b/gentree.py
index f05e445e..e92ba2e3 100755
--- a/gentree.py
+++ b/gentree.py
@@ -407,6 +407,7 @@ def upload_release(args, rel_prep, logwrite=lambda x:None):
if (not args.kup_test):
logwrite("create directory: %s" % korg_path)
logwrite(kup.mkdir(korg_path))
+ korg_path += '/'
if (not args.kup_test):
logwrite("upload file %s to %s" % (bzip2_name, korg_path))
logwrite(kup.put(bzip2_name, tar_name + '.asc', korg_path))