Merge pull request #3725 from Wintermute1/master

fix(minor typo)
This commit is contained in:
Preetha 2018-01-08 09:39:17 -06:00 committed by GitHub
commit c0166489ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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