diff --git a/build/generate/featureMatrix.go b/build/generate/featureMatrix.go index c27926095..3d8804aea 100644 --- a/build/generate/featureMatrix.go +++ b/build/generate/featureMatrix.go @@ -137,7 +137,8 @@ type FeatureMatrix struct { var tmpl = template.Must(template.New("").Funcs(template.FuncMap{ "safe": func(s string) template.HTML { return template.HTML(s) }, -}).Parse(`{% comment %} +}).Parse(` + {% comment %} Matrix generated by build/generate/featureMatrix.go. DO NOT HAND EDIT! {% endcomment %}{{$providers := .Providers}}