Skip to content

Commit

Permalink
fix: typo in alias of bucket update command (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennetremel committed Apr 3, 2023
1 parent 625273a commit 4046d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influx/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func newBucketUpdateCmd() cli.Command {
return cli.Command{
Name: "update",
Usage: "Update bucket",
Aliases: []string{"find", "ls"},
Aliases: []string{"set"},
Before: middleware.WithBeforeFns(withCli(), withApi(true), middleware.NoArgs),
Flags: append(
commonFlags(),
Expand Down

0 comments on commit 4046d99

Please sign in to comment.