Commit 7647b12e authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/virtualbox: fmt

parent 1fdaadb0
...@@ -50,7 +50,7 @@ func (s *stepExport) Run(state map[string]interface{}) multistep.StepAction { ...@@ -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",
......
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