[skip ci] Fix a grammar mistake in roles.go (#12604)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
jaime 2021-12-13 09:29:50 +08:00 committed by GitHub
parent 6964bf42b9
commit b43b4e213f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,7 +323,7 @@ func (mr *MilvusRoles) runIndexNode(ctx context.Context, localMsg bool, alias st
return in
}
// Run runs Milvus components.
// Run Milvus components.
func (mr *MilvusRoles) Run(localMsg bool, alias string) {
if os.Getenv(metricsinfo.DeployModeEnvKey) == metricsinfo.StandaloneDeployMode {
closer := trace.InitTracing("standalone")