post-procssor/vagrant: return proper artifact
This commit is contained in:
parent
edbdee5dee
commit
9b579a9dd7
|
@ -152,7 +152,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
|
|||
return nil, false, err
|
||||
}
|
||||
|
||||
return nil, false, nil
|
||||
return NewArtifact(name, outputPath), false, nil
|
||||
}
|
||||
|
||||
func (p *PostProcessor) configureSingle(config *Config, raws ...interface{}) error {
|
||||
|
|
Loading…
Reference in New Issue