Fixup field name

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2023-08-16 10:58:18 +00:00
parent 1c0ff85a0d
commit c641e1d596
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5

View file

@ -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())