post-processor/vagrant: virtualbox box provider should be "virtualbox"

pull/36/head
Mitchell Hashimoto 13 years ago
parent bd9c54e820
commit da47d46c45

@ -38,7 +38,7 @@ func (p *VBoxBoxPostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifac
tplData := &VBoxVagrantfileTemplate{}
// Compile the output path
outputPath, err := ProcessOutputPath(p.config.OutputPath, "aws", artifact)
outputPath, err := ProcessOutputPath(p.config.OutputPath, "virtualbox", artifact)
if err != nil {
return nil, err
}

Loading…
Cancel
Save