chore: Replace regexp with regexp2 for better filtering (#467)

This commit is contained in:
汐殇
2024-04-02 12:35:11 +08:00
committed by GitHub
parent b6c3f69bf3
commit 713d991f2b
4 changed files with 27 additions and 11 deletions

View File

@ -108,7 +108,7 @@ var (
log.Infof("Include config files: [%v]", strings.Join(includes, ", "))
if err := Run(log, conf, []string{filepath.Dir(cfgFile)}); err != nil {
logrus.Fatalln(err)
log.Fatalln(err)
}
},
}