From df6224d04ed2a1026c9da65f8bc19208baaecac3 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 18 Apr 2018 17:57:49 -0700 Subject: [PATCH] fix vnc config --- common/bootcommand/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bootcommand/config.go b/common/bootcommand/config.go index ac5834701..532c7c82c 100644 --- a/common/bootcommand/config.go +++ b/common/bootcommand/config.go @@ -16,7 +16,7 @@ type BootConfig struct { } type VNCConfig struct { - BootConfig + BootConfig `mapstructure:",squash"` DisableVNC bool `mapstructure:"disable_vnc"` }