Skip to content

Commit de9e138

Browse files
committed
chore: fix some function names in comment
Signed-off-by: wangjingcun <[email protected]>
1 parent 0b68393 commit de9e138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/action/push.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func WithPlainHTTP(plainHTTP bool) PushOpt {
7373
}
7474
}
7575

76-
// WithOptWriter sets the registryOut field on the push configuration object.
76+
// WithPushOptWriter sets the registryOut field on the push configuration object.
7777
func WithPushOptWriter(out io.Writer) PushOpt {
7878
return func(p *Push) {
7979
p.out = out

pkg/chartutil/validate_name_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package chartutil
1818

1919
import "testing"
2020

21-
// TestValidateName is a regression test for ValidateName
21+
// TestValidateReleaseName is a regression test for ValidateName
2222
//
2323
// Kubernetes has strict naming conventions for resource names. This test represents
2424
// those conventions.

0 commit comments

Comments
 (0)