null builder: say that we are returnin the ID value

This commit is contained in:
Adrien Delorme 2020-07-06 16:53:06 +02:00
parent 0293f69fa1
commit 8e923977f0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, []string, error) {
return nil, warnings, errs
}
return nil, warnings, nil
return []string{"ID"}, warnings, nil
}
func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (packer.Artifact, error) {