From fee2257e3493e9d06ca6caa4be7ef7660842cbdb Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Wed, 6 Jan 2021 14:19:37 +0800 Subject: [PATCH] Fix typo in comment Signed-off-by: Guangwen Feng --- pkg/action/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/pull.go b/pkg/action/pull.go index acd39bf05..04faa3b6b 100644 --- a/pkg/action/pull.go +++ b/pkg/action/pull.go @@ -61,7 +61,7 @@ func NewPull() *Pull { return NewPullWithOpts() } -// NewPull creates a new pull, with configuration options. +// NewPullWithOpts creates a new pull, with configuration options. func NewPullWithOpts(opts ...PullOpt) *Pull { p := &Pull{} for _, fn := range opts {