Исправлено название группы пакетов uninstall в run_template

master
icerider 3 years ago
parent 22fc3d3cd4
commit e611e2db70

@ -36,7 +36,7 @@ def main():
if args.build is not None:
group_packages['build'] = args.build
if args.uninstall is not None:
group_packages['unistall'] = args.uninstall
group_packages['uninstall'] = args.uninstall
action = list(flat_iterable(args.action))
template_processor = DirectoryProcessor(action,

Loading…
Cancel
Save