fix(minor typo)

This commit is contained in:
Conchubhar Gannon
2018-01-08 11:30:00 +00:00
committed by GitHub
parent 3c57705cd1
commit 04383ff15d

View File

@@ -3643,7 +3643,7 @@ type Template struct {
DestPath string
// EmbeddedTmpl store the raw template. This is useful for smaller templates
// where they are embedded in the job file rather than sent as an artificat
// where they are embedded in the job file rather than sent as an artifact
EmbeddedTmpl string
// ChangeMode indicates what should be done if the template is re-rendered