Fix up call

This commit is contained in:
Joshua Boniface 2018-09-25 01:32:52 -04:00
parent 98d9c4d70b
commit 2813fda06c
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ def get_info(zk_conn, network, long_output):
if net_vni == None: if net_vni == None:
return False, 'ERROR: Could not find network "{}" in the cluster!'.format(network) return False, 'ERROR: Could not find network "{}" in the cluster!'.format(network)
information = getNetworkInformation(zk_conn, net_vni, long_output) information = formatNetworkInformation(zk_conn, net_vni, long_output)
click.echo(information) click.echo(information)
click.echo('') click.echo('')