summaryrefslogtreecommitdiff
path: root/cmd/podman/system.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-08 04:20:14 -0800
committerGitHub <noreply@github.com>2019-03-08 04:20:14 -0800
commit9e2cd7fea1c03e36c9354c8f67a4f08721fdc503 (patch)
tree6eebe6a421f80b782f9c20f910deca62abc83660 /cmd/podman/system.go
parent8a21e231e63e557448f3471ff57a27fac682d9cc (diff)
parent181f327d57ab84918572b69d2a039c43a8d7b871 (diff)
downloadpodman-9e2cd7fea1c03e36c9354c8f67a4f08721fdc503.tar.gz
podman-9e2cd7fea1c03e36c9354c8f67a4f08721fdc503.tar.bz2
podman-9e2cd7fea1c03e36c9354c8f67a4f08721fdc503.zip
Merge pull request #2580 from rhatdan/cleanup1
More cleanup for failures on missing commands.
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(),
},
}
)