doesn't keep the original artifact

This commit is contained in:
bugbuilder 2017-09-24 21:56:35 -03:00
parent b3a0e51fe5
commit 50904064e1
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
artifact = NewArtifact(p.config.Datastore, p.config.VMFolder, p.config.VMName, artifact.Files())
return artifact, true, nil
return artifact, false, nil
}
func (p *PostProcessor) BuildArgs(source, ovftool_uri string) ([]string, error) {