builder/virtualbox: fmt

pull/328/head
Mitchell Hashimoto 13 years ago
parent 844e355ed3
commit 7ad307e95a

@ -50,7 +50,7 @@ func (s *stepExport) Run(state map[string]interface{}) multistep.StepAction {
}
// Export the VM to an OVF
outputPath := filepath.Join(config.OutputDir, "packer." + config.Format)
outputPath := filepath.Join(config.OutputDir, "packer."+config.Format)
command = []string{
"export",

Loading…
Cancel
Save