Fix incorrect bolding on output

This commit is contained in:
Joshua Boniface 2019-12-30 14:19:17 -05:00
parent 217b163d4b
commit 0ced9b2777
1 changed files with 2 additions and 2 deletions

View File

@ -276,8 +276,8 @@ def cluster_list():
click.echo( click.echo(
'{bold}{name: <{name_length}} {address: <{address_length}} {port: <{port_length}} {scheme: <{scheme_length}}{end_bold}'.format( '{bold}{name: <{name_length}} {address: <{address_length}} {port: <{port_length}} {scheme: <{scheme_length}}{end_bold}'.format(
bold=ansiprint.bold(), bold='',
end_bold=ansiprint.end(), end_bold='',
name=cluster, name=cluster,
name_length=name_length, name_length=name_length,
address=address, address=address,