Fix comment typo (#5087)
According to code, I think it is a typo. Signed-off-by: MIBc <lvjiawei@cmss.chinamobile.com>
This commit is contained in:
parent
43c9d9e91f
commit
b8ede99767
|
@ -359,7 +359,7 @@ func main() {
|
||||||
return discoveryManagerNotify.ApplyConfig(c)
|
return discoveryManagerNotify.ApplyConfig(c)
|
||||||
},
|
},
|
||||||
func(cfg *config.Config) error {
|
func(cfg *config.Config) error {
|
||||||
// Get all rule files matching the configuration oaths.
|
// Get all rule files matching the configuration paths.
|
||||||
var files []string
|
var files []string
|
||||||
for _, pat := range cfg.RuleFiles {
|
for _, pat := range cfg.RuleFiles {
|
||||||
fs, err := filepath.Glob(pat)
|
fs, err := filepath.Glob(pat)
|
||||||
|
|
Loading…
Reference in New Issue