mirror of
https://github.com/helm/helm.git
synced 2026-04-15 21:59:50 -04:00
Fix typo in comment
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
parent
34dd1b0c42
commit
fee2257e34
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue