Add Templates to pretty config
This commit is contained in:
parent
f68aab6aa7
commit
113ed8919a
@ -120,7 +120,7 @@ func (app *Application) Create(ctx context.Context) error {
|
||||
panic(err)
|
||||
}
|
||||
var tmplRes bytes.Buffer
|
||||
if err := tmpl.Execute(&tmplRes, tmpl); err != nil {
|
||||
if err := tmpl.Execute(&tmplRes, app.Data); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user