fix vnc config

This commit is contained in:
Matthew Hooker 2018-04-18 17:57:49 -07:00
parent aa69bdf74e
commit df6224d04e
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ type BootConfig struct {
}
type VNCConfig struct {
BootConfig
BootConfig `mapstructure:",squash"`
DisableVNC bool `mapstructure:"disable_vnc"`
}