forked from toolshed/abra
fix: template env files too
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user