mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix test-style
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
This commit is contained in:
parent
4eda4fa06d
commit
16a85f7570
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ func (e Engine) initFunMap(t *template.Template, referenceTpls map[string]render
|
|||
if v > recursionMaxNums {
|
||||
return "", errors.Wrapf(fmt.Errorf("unable to execute template"), "rendering template has a nested reference name: %s", name)
|
||||
}
|
||||
includedNames[name] ++
|
||||
includedNames[name]++
|
||||
} else {
|
||||
includedNames[name] = 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue