diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-12 15:36:26 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-16 14:58:06 +0000 |
commit | a23dd7a7898ba80a54bc8321dc9a2c53dd870af8 (patch) | |
tree | 1682e37acfc1548cfb14186191d2923f300bef31 | |
parent | d90355ebe8c62b7ab9ee7638812808e3a8bd7aac (diff) | |
download | podman-a23dd7a7898ba80a54bc8321dc9a2c53dd870af8.tar.gz podman-a23dd7a7898ba80a54bc8321dc9a2c53dd870af8.tar.bz2 podman-a23dd7a7898ba80a54bc8321dc9a2c53dd870af8.zip |
Fix lint issues
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #220
Approved by: rhatdan
-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 cd8cb4a6e..6b470eb4c 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -71,7 +71,7 @@ const ( InvalidNS LinuxNS = iota // IPCNS is the IPC namespace IPCNS LinuxNS = iota - // MntNS is the mount namespace + // MountNS is the mount namespace MountNS LinuxNS = iota // NetNS is the network namespace NetNS LinuxNS = iota |