Skip to content

Commit

Permalink
fix func doc
Browse files Browse the repository at this point in the history
Signed-off-by: Max Jonas Werner <[email protected]>
  • Loading branch information
Max Jonas Werner committed May 23, 2022
1 parent bb365eb commit 9dd8b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/helm/registry/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"helm.sh/helm/v3/pkg/registry"
)

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

0 comments on commit 9dd8b2f

Please sign in to comment.