diff --git a/builder/virtualbox/common/step_export.go b/builder/virtualbox/common/step_export.go index 5c5d4c887..e4e860155 100644 --- a/builder/virtualbox/common/step_export.go +++ b/builder/virtualbox/common/step_export.go @@ -6,8 +6,8 @@ import ( "github.com/mitchellh/packer/packer" "log" "path/filepath" - "time" "strings" + "time" ) // This step cleans up forwarded ports and exports the VM to an OVF.