Fix comment typo (#5087)

According to code, I think it is a typo.

Signed-off-by: MIBc <lvjiawei@cmss.chinamobile.com>
pull/5090/head
Lv Jiawei 6 years ago committed by Brian Brazil
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…
Cancel
Save