diff --git a/usr/bin/lxcmgr b/usr/bin/lxcmgr index e87293e..a600135 100755 --- a/usr/bin/lxcmgr +++ b/usr/bin/lxcmgr @@ -50,7 +50,7 @@ parser_container_cleanup.add_argument('lxc', nargs=argparse.REMAINDER) def print_apps(packages): for app, meta in packages.items(): - print('{} {}'.format(app, meta['version'])) + print(app, meta['version']) for key, value in meta['meta'].items(): print(' {}: {}'.format(key, value))