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