Skip to content

Commit 9dd8b2f

Browse files
author
Max Jonas Werner
committed
fix func doc
Signed-off-by: Max Jonas Werner <[email protected]>
1 parent bb365eb commit 9dd8b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/helm/registry/client.go

Lines changed: 1 addition & 1 deletion
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)