Skip to content

Commit

Permalink
fix: template
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhousni committed Feb 21, 2025
1 parent 06ac172 commit 12865ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field/generator/generator_extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func generateExtensions(F *config.Field, outputDir string) error {
}
entries_ext4 := []bavard.Entry{
{File: filepath.Join(outputDir, "e4.go"), Templates: []string{"e4.go.tmpl"}},
{File: filepath.Join(outputDir, "e4_direct_test.go"), Templates: []string{"e4_direct_test.go.tmpl"}},
{File: filepath.Join(outputDir, "e4_test.go"), Templates: []string{"e4_test.go.tmpl"}},
{File: filepath.Join(outputDir, "e4_direct.go"), Templates: []string{"e4_direct.go.tmpl"}},
{File: filepath.Join(outputDir, "e4_direct_test.go"), Templates: []string{"e4_direct_test.go.tmpl"}},
}
Expand Down

0 comments on commit 12865ed

Please sign in to comment.