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 <mail@makk.es>
  • Loading branch information
Max Jonas Werner committed May 24, 2022
1 parent 09a2458 commit 7cfd94e
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 7cfd94e

Please sign in to comment.