mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-21 13:51:00 +02:00
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…
x
Reference in New Issue
Block a user