diff --git a/cmd/garm-cli/cmd/controller_info.go b/cmd/garm-cli/cmd/controller_info.go index 8a417799..0a42ae1e 100644 --- a/cmd/garm-cli/cmd/controller_info.go +++ b/cmd/garm-cli/cmd/controller_info.go @@ -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())