summaryrefslogtreecommitdiff
path: root/cmd/podman/main_local.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/main_local.go')
-rw-r--r--cmd/podman/main_local.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main_local.go b/cmd/podman/main_local.go
index e008a4617..f234368bf 100644
--- a/cmd/podman/main_local.go
+++ b/cmd/podman/main_local.go
@@ -110,6 +110,7 @@ func setupRootless(cmd *cobra.Command, args []string) error {
cmd,
args,
MainGlobalOpts,
+ remoteclient,
}
runtime, err := libpodruntime.GetRuntime(&podmanCmd)
if err != nil {