summaryrefslogtreecommitdiff
path: root/cmd/podman/pods/unpause.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pods/unpause.go')
-rw-r--r--cmd/podman/pods/unpause.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/pods/unpause.go b/cmd/podman/pods/unpause.go
index 859ac8ac2..ef1aea7c8 100644
--- a/cmd/podman/pods/unpause.go
+++ b/cmd/podman/pods/unpause.go
@@ -39,7 +39,6 @@ var (
func init() {
registry.Commands = append(registry.Commands, registry.CliCommand{
- Mode: []entities.EngineMode{entities.ABIMode, entities.TunnelMode},
Command: unpauseCommand,
Parent: podCmd,
})