summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/images/images.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podmanV2/images/images.go')
-rw-r--r--cmd/podmanV2/images/images.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podmanV2/images/images.go b/cmd/podmanV2/images/images.go
index f248aa65f..d00f0996e 100644
--- a/cmd/podmanV2/images/images.go
+++ b/cmd/podmanV2/images/images.go
@@ -15,7 +15,7 @@ var (
Args: listCmd.Args,
Short: listCmd.Short,
Long: listCmd.Long,
- PreRunE: listCmd.PreRunE,
+ PreRunE: preRunE,
RunE: listCmd.RunE,
Example: strings.Replace(listCmd.Example, "podman image list", "podman images", -1),
}