Skip to content

Commit

Permalink
update: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Feb 20, 2024
1 parent 71885d5 commit eddf8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ func GetFetchModuleTemplate() *template.Template {
return template.Must(t.Parse(fetchTmpl))
}

// include is the include template functions copied from
// include is the include template functions
// copied from: https://github.com/helm/helm/blob/8648ccf5d35d682dcd5f7a9c2082f0aaf071e817/pkg/engine/engine.go#L147-L154
func include(t *template.Template) func(name string, data interface{}) (string, error) {
return func(name string, data interface{}) (string, error) {
Expand Down

0 comments on commit eddf8c8

Please sign in to comment.