diff --git a/hack/inline_schema.go b/hack/inline_schema.go index e1a85467c..b93fca7d8 100644 --- a/hack/inline_schema.go +++ b/hack/inline_schema.go @@ -7,7 +7,7 @@ import ( ) func main() { - t, err := template.New("schema_template.go").ParseFiles("./hack/schema_template.go") + t, err := template.New("schema_template.go").ParseFiles("./hack/schema_template.go.tmpl") if err != nil { panic(err) } diff --git a/hack/schema_template.go b/hack/schema_template.go.tmpl similarity index 100% rename from hack/schema_template.go rename to hack/schema_template.go.tmpl