builder/virtualbox: fmt

pull/919/head
Mitchell Hashimoto 13 years ago
parent 1fdaadb08c
commit 7647b12eab

@ -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