builder/virtualbox: fmt

This commit is contained in:
Mitchell Hashimoto 2013-08-19 16:24:29 -07:00
parent 1fdaadb08c
commit 7647b12eab
1 changed files with 1 additions and 1 deletions

View File

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