Browse Source

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
commit
b8ede99767
  1. 2
      cmd/prometheus/main.go

2
cmd/prometheus/main.go

@ -359,7 +359,7 @@ func main() {
return discoveryManagerNotify.ApplyConfig(c)
},
func(cfg *config.Config) error {
// Get all rule files matching the configuration oaths.
// Get all rule files matching the configuration paths.
var files []string
for _, pat := range cfg.RuleFiles {
fs, err := filepath.Glob(pat)

Loading…
Cancel
Save