summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/system/info.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podmanV2/system/info.go')
-rw-r--r--cmd/podmanV2/system/info.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podmanV2/system/info.go b/cmd/podmanV2/system/info.go
index 69b2871b7..6b0c6a13b 100644
--- a/cmd/podmanV2/system/info.go
+++ b/cmd/podmanV2/system/info.go
@@ -22,7 +22,6 @@ var (
Args: cobra.NoArgs,
Long: infoDescription,
Short: "Display podman system information",
- PreRunE: preRunE,
RunE: info,
Example: `podman info`,
}