fix vnc config

pull/6129/head
Matthew Hooker 8 years ago
parent aa69bdf74e
commit df6224d04e
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

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

Loading…
Cancel
Save