From 7647b12eabae88e4fea76d4d1054f4a4981c3a32 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 19 Aug 2013 16:24:29 -0700 Subject: [PATCH] builder/virtualbox: fmt --- builder/virtualbox/step_export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/step_export.go b/builder/virtualbox/step_export.go index b6ee82e00..3464b6618 100644 --- a/builder/virtualbox/step_export.go +++ b/builder/virtualbox/step_export.go @@ -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",