Skip to content

Commit

Permalink
Image: Fix object creation message
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Oct 31, 2024
1 parent 2fe93f5 commit 892b378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func NewImageAddCmd() *cobra.Command {
if err != nil {
return err
}
fmt.Fprintf(cmd.OutOrStdout(), "System %s created\n", system.Name)
fmt.Fprintf(cmd.OutOrStdout(), "Image %s created\n", system.Name)
return nil
},
}
Expand Down

0 comments on commit 892b378

Please sign in to comment.