mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
LGMT fixes + avoid capitalizing fmt.Errorf strings
This commit is contained in:
parent
b8fb2ab555
commit
604b97a519
21 changed files with 101 additions and 586 deletions
|
@ -60,7 +60,7 @@ func (n *Node) validate(pctx *UnixParserCtx) error {
|
|||
|
||||
//stage is being set automagically
|
||||
if n.Stage == "" {
|
||||
return fmt.Errorf("Stage needs to be an existing stage")
|
||||
return fmt.Errorf("stage needs to be an existing stage")
|
||||
}
|
||||
|
||||
/* "" behaves like continue */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue