summaryrefslogtreecommitdiff
path: root/cmd/podman/unpause.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/unpause.go')
-rw-r--r--cmd/podman/unpause.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/unpause.go b/cmd/podman/unpause.go
index 0c52a2443..65e841b36 100644
--- a/cmd/podman/unpause.go
+++ b/cmd/podman/unpause.go
@@ -23,6 +23,7 @@ var (
RunE: func(cmd *cobra.Command, args []string) error {
unpauseCommand.InputArgs = args
unpauseCommand.GlobalFlags = MainGlobalOpts
+ unpauseCommand.Remote = remoteclient
return unpauseCmd(&unpauseCommand)
},
Example: `podman unpause ctrID