From d7a27b8e847e99eae8262fccb713ffe7e29deccf Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Tue, 21 Apr 2020 15:30:57 -0700 Subject: Instrumentation to answer #5765 * currently wired to localhost:8888 to prevent access from off machine Signed-off-by: Jhon Honce --- cmd/podman/system/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/system/info.go') diff --git a/cmd/podman/system/info.go b/cmd/podman/system/info.go index 8e014a91b..8b36ef549 100644 --- a/cmd/podman/system/info.go +++ b/cmd/podman/system/info.go @@ -7,8 +7,8 @@ import ( "github.com/containers/libpod/cmd/podman/registry" "github.com/containers/libpod/pkg/domain/entities" + "github.com/ghodss/yaml" "github.com/spf13/cobra" - "gopkg.in/yaml.v2" ) var ( -- cgit v1.2.3-54-g00ecf