diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-04-02 14:45:22 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-03 14:57:16 +0000 |
commit | 750f000e7cfe79ade7b7e881d1d870341e08ea3f (patch) | |
tree | baa1cc8f0773ffc9024e2d0e98e51642653a78a6 | |
parent | f64c1f106c4148a8432e8a8b28e967f2a47fd3a8 (diff) | |
download | podman-750f000e7cfe79ade7b7e881d1d870341e08ea3f.tar.gz podman-750f000e7cfe79ade7b7e881d1d870341e08ea3f.tar.bz2 podman-750f000e7cfe79ade7b7e881d1d870341e08ea3f.zip |
Fix golint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #577
Approved by: rhatdan
-rw-r--r-- | libpod/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/options.go b/libpod/options.go index 739d53a8b..8fb6c8d2e 100644 --- a/libpod/options.go +++ b/libpod/options.go @@ -625,7 +625,7 @@ func WithCgroupNSFrom(nsCtr *Container) CtrCreateOption { } } -// WithDependencies sets dependency containers of the given container +// WithDependencyCtrs sets dependency containers of the given container // Dependency containers must be running before this container is started func WithDependencyCtrs(ctrs []*Container) CtrCreateOption { return func(ctr *Container) error { |