Fix internal template generation

This commit is contained in:
Lea Anthony 2025-01-01 21:22:53 +11:00
commit 60d13880d8
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -91,7 +91,7 @@ func getInternalTemplate(templateName string) (*Template, error) {
if err != nil {
return nil, err
}
template.source = sourceInternal
return &template, nil
}