builder/virtualbox: fmt
This commit is contained in:
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…
Reference in New Issue