Fix a typo in container delete confirmation prompt
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -14,7 +14,7 @@ func CobraRunE(cmd *cobra.Command, args []string) (err error) {
|
||||
ContainerNames: args,
|
||||
}
|
||||
if !SetYes {
|
||||
yes := util.ConfirmationPrompt(fmt.Sprintf("Are you sure you want to container %s", args))
|
||||
yes := util.ConfirmationPrompt(fmt.Sprintf("Are you sure you want to delete container %s", args))
|
||||
if !yes {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user