Skip to content

Commit 2727fcd

Browse files
chore: fix lint
1 parent 3871e0d commit 2727fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/webhooks/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func newWebhooksListCommand() *cli.Command {
1515
return &cli.Command{
1616
Name: "list",
1717
Aliases: []string{"ls"},
18-
Usage: "List all webhook endpoints",
18+
Usage: "List all webhook endpoints",
1919
Action: func(c *cli.Context) error {
2020
client, ok := c.App.Metadata[api.ClientKey].(*api.APIClient)
2121
if !ok {

0 commit comments

Comments
 (0)