diff options
Diffstat (limited to 'cmd/podman/images/image.go')
-rw-r--r-- | cmd/podman/images/image.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/images/image.go b/cmd/podman/images/image.go index 790c16c05..ebef126c0 100644 --- a/cmd/podman/images/image.go +++ b/cmd/podman/images/image.go @@ -9,7 +9,7 @@ import ( var ( // Pull in configured json library - json = registry.JsonLibrary() + json = registry.JSONLibrary() // Command: podman _image_ imageCmd = &cobra.Command{ |