summaryrefslogtreecommitdiff
path: root/cmd/podman/pod_unpause.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/pod_unpause.go')
-rw-r--r--cmd/podman/pod_unpause.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pod_unpause.go b/cmd/podman/pod_unpause.go
index 15375bee9..c5b7e6a18 100644
--- a/cmd/podman/pod_unpause.go
+++ b/cmd/podman/pod_unpause.go
@@ -46,7 +46,7 @@ func init() {
func podUnpauseCmd(c *cliconfig.PodUnpauseValues) error {
var lastError error
- runtime, err := adapter.GetRuntime(&c.PodmanCommand)
+ runtime, err := adapter.GetRuntime(getContext(), &c.PodmanCommand)
if err != nil {
return errors.Wrapf(err, "error creating libpod runtime")
}