diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-11-07 14:57:29 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2017-11-18 12:54:05 -0500 |
commit | cb56716fc4bb632db84fab372fff8f5a9007ed3f (patch) | |
tree | cb387412db9b9233de3a8c7e9861ef8463c79030 /libpod/container.go | |
parent | c6fe4430b76ceeecd6b0b609cca8e705921db0c4 (diff) | |
download | podman-cb56716fc4bb632db84fab372fff8f5a9007ed3f.tar.gz podman-cb56716fc4bb632db84fab372fff8f5a9007ed3f.tar.bz2 podman-cb56716fc4bb632db84fab372fff8f5a9007ed3f.zip |
Address review comments, fix gofmt and lint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index bef3f1088..097455112 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -92,7 +92,7 @@ type containerConfig struct { RootfsImageName string `json:"rootfsImageName,omitempty"` UseImageConfig bool `json:"useImageConfig"` // SELinux mount label for root filesystem - MountLabel string `json:"MountLabel,omitempty"` + MountLabel string `json:"MountLabel,omitempty"` // Static directory for container content that will persist across // reboot StaticDir string `json:"staticDir"` |