Fix 2nd binding of string reverse for list reverse (#10380)
This commit is contained in:
parent
d8277aa455
commit
889e42443a
|
@ -80,7 +80,7 @@ func Functions(basedir string) map[string]function.Function {
|
|||
"pathexpand": filesystem.PathExpandFunc,
|
||||
"pow": stdlib.PowFunc,
|
||||
"range": stdlib.RangeFunc,
|
||||
"reverse": stdlib.ReverseFunc,
|
||||
"reverse": stdlib.ReverseListFunc,
|
||||
"replace": stdlib.ReplaceFunc,
|
||||
"regex_replace": stdlib.RegexReplaceFunc,
|
||||
"rsadecrypt": crypto.RsaDecryptFunc,
|
||||
|
|
Loading…
Reference in New Issue