diff options
Diffstat (limited to 'cmd/podman/pods/pod.go')
-rw-r--r-- | cmd/podman/pods/pod.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pods/pod.go b/cmd/podman/pods/pod.go index ed265ef90..9dc538c71 100644 --- a/cmd/podman/pods/pod.go +++ b/cmd/podman/pods/pod.go @@ -10,7 +10,7 @@ import ( var ( // Pull in configured json library - json = registry.JsonLibrary() + json = registry.JSONLibrary() // Command: podman _pod_ podCmd = &cobra.Command{ |