mirror of
https://github.com/helm/helm.git
synced 2026-08-04 15:10:47 +00:00
Fix erroneous import
This commit is contained in:
@@ -70,7 +70,7 @@ func FuncMap() template.FuncMap {
|
||||
|
||||
// Add some extra functionality
|
||||
extra := template.FuncMap{
|
||||
"toYaml": files.ToYaml,
|
||||
"toYaml": chartutil.ToYaml,
|
||||
"base": path.Base,
|
||||
"dir": path.Dir,
|
||||
"ext": path.Ext,
|
||||
|
||||
Reference in New Issue
Block a user