Skip to content

Commit

Permalink
Update cmd/builder/internal/builder/templates/main.go.tmpl
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
ChrsMark and evan-bradley authored Dec 16, 2024
1 parent 3411dd8 commit e93a333
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/builder/internal/builder/templates/main.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ func main() {
{{.Name}}.NewFactory(),
{{- end}}
}, ProviderModules: map[string]string{
{{- range .ConfmapProviders}}
"{{.Name}}": "{{.GoMod}}",
{{- end}}
},
{{- range .ConfmapProviders}}
"{{.Name}}": "{{.GoMod}}",
{{- end}}
},
{{- if .ConfmapConverters }}
ConverterFactories: []confmap.ConverterFactory{
{{- range .ConfmapConverters}}
Expand Down

0 comments on commit e93a333

Please sign in to comment.