fix: template env files too

This commit is contained in:
2021-12-26 04:38:34 +01:00
parent f8191ac248
commit c5a74e9f6b
2 changed files with 18 additions and 4 deletions

View File

@ -78,6 +78,7 @@ recipe and domain in the sample environment config).
if err != nil {
logrus.Fatal(err)
}
defer file.Close()
tpl, err := template.ParseFiles(path)
if err != nil {