diff options
Diffstat (limited to 'cmd/podman/volumes/volume.go')
-rw-r--r-- | cmd/podman/volumes/volume.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/volumes/volume.go b/cmd/podman/volumes/volume.go index 3e90d178c..12947a6b1 100644 --- a/cmd/podman/volumes/volume.go +++ b/cmd/podman/volumes/volume.go @@ -9,7 +9,7 @@ import ( var ( // Pull in configured json library - json = registry.JsonLibrary() + json = registry.JSONLibrary() // Command: podman _volume_ volumeCmd = &cobra.Command{ |