diff --git a/internal/commands/storage.go b/internal/commands/storage.go index f674b29..f1c8492 100644 --- a/internal/commands/storage.go +++ b/internal/commands/storage.go @@ -88,7 +88,7 @@ func storageSave() error { func storageRemove(_ *cobra.Command, args []string) error { name := args[0] - if !storageRmOptForce && !utils.AskUser("Do you really want to remove storage \"%s\" and its children?") { + if !storageRmOptForce && !utils.AskUser(fmt.Sprintf("Do you really want to remove storage \"%s\" and its children?", name)) { log.Fatal(fmt.Errorf("user interrupted")) }