Skip to content

Commit

Permalink
remove old untrue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Dec 17, 2019
1 parent 65cc5fe commit bc49234
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hcl2template/types.source.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ func (p *Parser) decodeSource(block *hcl.Block) (*Source, hcl.Diagnostics) {
func (p *Parser) StartBuilder(source *Source) (packer.Builder, hcl.Diagnostics) {
var diags hcl.Diagnostics

// calling BuilderSchemas will start a new builder plugin to ask about
// the schema of the builder; but we do not know yet if the builder is
// actually going to be used. This also allows to call the same builder
// more than once.
builder, err := p.BuilderSchemas.Start(source.Type)
if err != nil {
diags = append(diags, &hcl.Diagnostic{
Expand Down

0 comments on commit bc49234

Please sign in to comment.