summaryrefslogtreecommitdiff
path: root/cmd/podman/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/system.go')
-rw-r--r--cmd/podman/system.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/system.go b/cmd/podman/system.go
index 741b79da5..528a594de 100644
--- a/cmd/podman/system.go
+++ b/cmd/podman/system.go
@@ -13,6 +13,7 @@ var (
Use: "system",
Short: "Manage podman",
Long: systemDescription,
+ RunE: commandRunE(),
},
}
)