fix linter
This commit is contained in:
parent
1eaaa2075d
commit
7a3c055a08
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ func (c *Config) LoadCrowdsec() error {
|
||||||
if c.Crowdsec.ContextDir == "" {
|
if c.Crowdsec.ContextDir == "" {
|
||||||
// fallback to default config file
|
// fallback to default config file
|
||||||
c.Crowdsec.ContextDir = filepath.Join(c.Crowdsec.ConfigDir, "context")
|
c.Crowdsec.ContextDir = filepath.Join(c.Crowdsec.ConfigDir, "context")
|
||||||
fallback = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// if context folder exist, try to read it
|
// if context folder exist, try to read it
|
||||||
|
|
Loading…
Reference in a new issue