summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/images/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podmanV2/images/list.go')
-rw-r--r--cmd/podmanV2/images/list.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podmanV2/images/list.go b/cmd/podmanV2/images/list.go
index cfdfaaed2..0441f8fd8 100644
--- a/cmd/podmanV2/images/list.go
+++ b/cmd/podmanV2/images/list.go
@@ -29,5 +29,6 @@ func init() {
}
func images(cmd *cobra.Command, args []string) error {
+ _, _ = registry.Options(cmd)
return nil
}