From eddf8c819d05508d8ec282d6233fd431e32cd572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=88=90=E9=94=B4?= Date: Tue, 20 Feb 2024 22:11:19 +0800 Subject: [PATCH] update: fix docs --- generator/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/template.go b/generator/template.go index 11514f2..926018b 100644 --- a/generator/template.go +++ b/generator/template.go @@ -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) {