Fixup field name
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
1c0ff85a0d
commit
c641e1d596
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ func formatInfo(info params.ControllerInfo) error {
|
|||
t.AppendRow(table.Row{"Hostname", info.Hostname})
|
||||
t.AppendRow(table.Row{"Metadata URL", info.MetadataURL})
|
||||
t.AppendRow(table.Row{"Callback URL", info.CallbackURL})
|
||||
t.AppendRow(table.Row{"Webhook URL Base", info.WebhookURL})
|
||||
t.AppendRow(table.Row{"Webhook Base URL", info.WebhookURL})
|
||||
t.AppendRow(table.Row{"Controller Webhook URL", info.ControllerWebhookURL})
|
||||
fmt.Println(t.Render())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue