fix func doc

Signed-off-by: Max Jonas Werner <mail@makk.es>
This commit is contained in:
Max Jonas Werner 2022-05-23 15:54:28 +02:00
parent 09a2458cfd
commit 7cfd94effb
No known key found for this signature in database
GPG Key ID: EB525E0F02B52140
1 changed files with 1 additions and 1 deletions

View File

@ -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) {