From 6a406ffb1dd84a210285377aef5755a5047739de Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 2 Jun 2020 11:52:11 +0200 Subject: [PATCH] Update hcl2template/types.source.go Co-authored-by: Megan Marsh --- hcl2template/types.source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl2template/types.source.go b/hcl2template/types.source.go index 5358effae..94c7aa538 100644 --- a/hcl2template/types.source.go +++ b/hcl2template/types.source.go @@ -17,7 +17,7 @@ type SourceBlock struct { block *hcl.Block - // addition will be merged into block to allow to override builder settings + // addition will be merged into block to allow user to override builder settings // per build.source block. addition hcl.Body }