summaryrefslogtreecommitdiff
path: root/cmd/podman/play.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/play.go')
-rw-r--r--cmd/podman/play.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/play.go b/cmd/podman/play.go
index 2a0c41ef6..95eae653e 100644
--- a/cmd/podman/play.go
+++ b/cmd/podman/play.go
@@ -12,6 +12,7 @@ var (
Use: "play",
Short: "Play a pod",
Long: playDescription,
+ RunE: commandRunE(),
}
)