Fix name from strip to trim

This commit is contained in:
Colin Hebert 2016-01-30 10:32:18 +11:00
parent f5074cd521
commit d45b7b2ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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(),