diff options
Diffstat (limited to 'cmd/podman/report/report.go')
-rw-r--r-- | cmd/podman/report/report.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/report/report.go b/cmd/podman/report/report.go index b8b1536fd..2c4f2e1fd 100644 --- a/cmd/podman/report/report.go +++ b/cmd/podman/report/report.go @@ -1,6 +1,6 @@ package report -import "github.com/containers/libpod/v2/cmd/podman/registry" +import "github.com/containers/podman/v2/cmd/podman/registry" // Pull in configured json library var json = registry.JSONLibrary() |