summaryrefslogtreecommitdiff
path: root/cmd/podman/registry/json.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/registry/json.go')
-rw-r--r--cmd/podman/registry/json.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/registry/json.go b/cmd/podman/registry/json.go
index f25406c3c..a8a1623f5 100644
--- a/cmd/podman/registry/json.go
+++ b/cmd/podman/registry/json.go
@@ -11,8 +11,8 @@ var (
jsonSync sync.Once
)
-// JsonLibrary provides a "encoding/json" compatible API
-func JsonLibrary() jsoniter.API {
+// JSONLibrary provides a "encoding/json" compatible API
+func JSONLibrary() jsoniter.API {
jsonSync.Do(func() {
json = jsoniter.ConfigCompatibleWithStandardLibrary
})