From 8364d67c51bee3b61a593700089cc3fc28b3aac7 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 5 Jan 2020 19:19:19 -0500 Subject: [PATCH] Correct bad name --- client-cli/cli_lib/provisioner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/cli_lib/provisioner.py b/client-cli/cli_lib/provisioner.py index 341fb9e6..acdc7248 100644 --- a/client-cli/cli_lib/provisioner.py +++ b/client-cli/cli_lib/provisioner.py @@ -707,7 +707,7 @@ def format_list_template_system(template_data): Consoles: {template_serial: <{template_serial_length}} \ {template_vnc: <{template_vnc_length}} \ {template_vnc_bind: <{template_vnc_bind_length}} \ -Metatemplate: {template_node_limit: <{template_node_limit_length}} \ +Metadata: {template_node_limit: <{template_node_limit_length}} \ {template_node_selector: <{template_node_selector_length}} \ {template_node_autostart: <{template_node_autostart_length}}{end_bold}'.format( template_name_length=template_name_length,