fix typo
This commit is contained in:
parent
1df7dab2a4
commit
78dee51599
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ func GetExprEnv(ctx map[string]interface{}) map[string]interface{} {
|
|||
"JsonExtract": JsonExtract,
|
||||
"JsonExtractLib": JsonExtractLib,
|
||||
"File": File,
|
||||
"RegexpInFile": RegexpInFile
|
||||
"RegexpInFile": RegexpInFile,
|
||||
}
|
||||
for k, v := range ctx {
|
||||
ExprLib[k] = v
|
||||
|
|
Loading…
Add table
Reference in a new issue