mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-09 23:40:08 +07:00
chore: Replace regexp with regexp2 for better filtering (#467)
This commit is contained in:
@ -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)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user