There was an error while loading. Please reload this page.
1 parent 3871e0d commit 2727fcdCopy full SHA for 2727fcd
1 file changed
cmd/webhooks/list.go
@@ -15,7 +15,7 @@ func newWebhooksListCommand() *cli.Command {
15
return &cli.Command{
16
Name: "list",
17
Aliases: []string{"ls"},
18
- Usage: "List all webhook endpoints",
+ Usage: "List all webhook endpoints",
19
Action: func(c *cli.Context) error {
20
client, ok := c.App.Metadata[api.ClientKey].(*api.APIClient)
21
if !ok {
0 commit comments