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