Skip to content

Commit

Permalink
fix(cloud): Add missing quotes to alias
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Feb 19, 2025
1 parent 1daecc2 commit df9bef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/kraft/cloud/image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func NewCmd() *cobra.Command {
cmd, err := cmdfactory.New(&ImageOptions{}, cobra.Command{
Short: "Manage images",
Use: "image SUBCOMMAND",
Aliases: []string{"img, images"},
Aliases: []string{"img", "images"},
Example: heredoc.Doc(`
# List images in your account.
$ kraft cloud image list
Expand Down

0 comments on commit df9bef0

Please sign in to comment.