This commit is contained in:
Megan Marsh 2019-02-08 09:31:30 -08:00
parent e2d8c0bfd7
commit 3fd589fa72
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Gpackage ovf
package ovf
import (
"fmt"
@ -73,8 +73,8 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
if c.GuestAdditionsPath == "" {
c.GuestAdditionsPath = "VBoxGuestAdditions.iso"
}
if b.config.GuestAdditionsInterface == "" {
b.config.GuestAdditionsInterface = "ide"
if c.GuestAdditionsInterface == "" {
c.GuestAdditionsInterface = "ide"
}
if c.VMName == "" {