summaryrefslogtreecommitdiff
path: root/libpod/options.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-04-02 14:45:22 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-04-03 14:57:16 +0000
commit750f000e7cfe79ade7b7e881d1d870341e08ea3f (patch)
treebaa1cc8f0773ffc9024e2d0e98e51642653a78a6 /libpod/options.go
parentf64c1f106c4148a8432e8a8b28e967f2a47fd3a8 (diff)
downloadpodman-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
Diffstat (limited to 'libpod/options.go')
-rw-r--r--libpod/options.go2
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 {