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