summaryrefslogtreecommitdiff
path: root/cmd/podman/report/report.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/report/report.go')
-rw-r--r--cmd/podman/report/report.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/report/report.go b/cmd/podman/report/report.go
index 8392f10e0..ce349ef35 100644
--- a/cmd/podman/report/report.go
+++ b/cmd/podman/report/report.go
@@ -3,4 +3,4 @@ package report
import "github.com/containers/libpod/cmd/podman/registry"
// Pull in configured json library
-var json = registry.JsonLibrary()
+var json = registry.JSONLibrary()