Comment and correct formatting
This commit is contained in:
parent
5f9cb4c514
commit
796d3250a5
|
@ -195,12 +195,14 @@ WAIT:
|
|||
}
|
||||
}
|
||||
|
||||
// Read environment variables from env templates
|
||||
for _, t := range tm.templates {
|
||||
if err := loadTemplateEnv(envBuilder, taskDir, t); err != nil {
|
||||
tm.hook.Kill("consul-template", err.Error(), true)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
allRenderedTime = time.Now()
|
||||
tm.hook.UnblockStart("consul-template")
|
||||
|
||||
|
|
Loading…
Reference in New Issue