From b31130a79d51ad68e9d332eafd712abf7266e22c Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 6 Aug 2019 19:06:54 -0500 Subject: enable windows remote client rework an error path so that users can run the windows remote client. also, create the basedir path for the podman-remote.conf file if it does not exist already. Signed-off-by: baude --- cmd/podman/main_local.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/main_local.go') diff --git a/cmd/podman/main_local.go b/cmd/podman/main_local.go index 0f43e0b88..587c8260f 100644 --- a/cmd/podman/main_local.go +++ b/cmd/podman/main_local.go @@ -1,4 +1,5 @@ // +build !remoteclient +// +build linux package main -- cgit v1.2.3-54-g00ecf