Merge pull request #10114 from julienvey/typo-registryctl

Fix typo in registryctl client log
This commit is contained in:
Wang Yan 2019-12-06 13:15:16 +08:00 committed by GitHub
commit 9405b11480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"),
}