Commit 9b579a9d authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

post-procssor/vagrant: return proper artifact

parent edbdee5d
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment