Skip to content

Commit

Permalink
Renames resource templates for syntax colouring
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed May 2, 2024
1 parent 796aeea commit 568d576
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generate/tagstests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func main() {
}
}

configTmplFile := path.Join("testdata", "tmpl", fmt.Sprintf("%s_tags.tmpl", sourceName))
configTmplFile := path.Join("testdata", "tmpl", fmt.Sprintf("%s_tags.gtpl", sourceName))
var configTmpl string
if _, err := os.Stat(configTmplFile); err == nil {
b, err := os.ReadFile(configTmplFile)
Expand Down

0 comments on commit 568d576

Please sign in to comment.