typos
This commit is contained in:
parent
e2d8c0bfd7
commit
3fd589fa72
|
@ -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 == "" {
|
||||
|
|
Loading…
Reference in New Issue