mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 16:25:16 +01:00
Fix typo in registryctl client
Signed-off-by: Julien Vey <vey.julien@gmail.com>
This commit is contained in:
parent
71080d468c
commit
a13f918fd0
@ -38,7 +38,7 @@ func initRegistryCtlClient() {
|
||||
registryCtlURL = common.DefaultRegistryControllerEndpoint
|
||||
}
|
||||
|
||||
log.Infof("initializing client for reigstry %s ...", registryCtlURL)
|
||||
log.Infof("initializing client for registry %s ...", registryCtlURL)
|
||||
cfg := &client.Config{
|
||||
Secret: os.Getenv("JOBSERVICE_SECRET"),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user