Skip to content

Commit 7cfd94e

Browse files
author
Max Jonas Werner
committed
fix func doc
Signed-off-by: Max Jonas Werner <mail@makk.es>
1 parent 09a2458 commit 7cfd94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/helm/registry/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"helm.sh/helm/v3/pkg/registry"
2424
)
2525

26-
// RegistryClientGenerator generates a registry client and a temporary credential file.
26+
// ClientGenerator generates a registry client and a temporary credential file.
2727
// The client is meant to be used for a single reconciliation.
2828
// The file is meant to be used for a single reconciliation and deleted after.
2929
func ClientGenerator(isLogin bool) (*registry.Client, string, error) {

0 commit comments

Comments
 (0)