Fix name from strip to trim

pull/4910/head
Colin Hebert 10 years ago
parent f5074cd521
commit d45b7b2ddc

@ -41,7 +41,7 @@ func Funcs() map[string]ast.Function {
"split": interpolationFuncSplit(),
"sha1": interpolationFuncSha1(),
"sha256": interpolationFuncSha256(),
"strip": interpolationFuncStrip(),
"trim": interpolationFuncTrim(),
"base64encode": interpolationFuncBase64Encode(),
"base64decode": interpolationFuncBase64Decode(),
"upper": interpolationFuncUpper(),

Loading…
Cancel
Save