fix: typo in alias of bucket update command (#485)

This commit is contained in:
Etienne
2023-04-03 15:44:57 +02:00
committed by GitHub
parent 625273adf9
commit 4046d9974d

View File

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