diff --git a/osc/commandline.py b/osc/commandline.py index cad40a0d..40ebd3f9 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2278,7 +2278,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if arg.startswith('http://') or arg.startswith('https://') or arg.startswith('ftp://'): addDownloadUrlService(arg) else: - addFiles(arg) + addFiles([arg]) def do_mkpac(self, subcmd, opts, *args):