summaryrefslogtreecommitdiff
path: root/cmd/podman/refresh.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/refresh.go')
-rw-r--r--cmd/podman/refresh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/refresh.go b/cmd/podman/refresh.go
index 6640d9954..9f9cbf908 100644
--- a/cmd/podman/refresh.go
+++ b/cmd/podman/refresh.go
@@ -38,7 +38,7 @@ func init() {
}
func refreshCmd(c *cliconfig.RefreshValues) error {
- runtime, err := libpodruntime.GetRuntime(&c.PodmanCommand)
+ runtime, err := libpodruntime.GetRuntime(getContext(), &c.PodmanCommand)
if err != nil {
return errors.Wrapf(err, "error creating libpod runtime")
}