Fix a small typo which comes from the cluster info view (#1284)

mine
Rick 2021-10-21 12:23:15 +08:00 committed by GitHub
parent 72b466d5ff
commit 3b28b94bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func (c *ClusterInfo) Reset(f dao.Factory) {
c.Refresh()
}
// Refresh fetches latest cluster meta.
// Refresh fetches the latest cluster meta.
func (c *ClusterInfo) Refresh() {
data := NewClusterMeta()
data.Context = c.cluster.ContextName()