From e1e3d3c1e1553acf1699f59363c50e69c6313c06 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 28 Oct 2014 17:25:53 +0300 Subject: [PATCH] fix quote in variable name Signed-off-by: Vasiliy Tolstov --- builder/qemu/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index 058e8ec96..81229029e 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -76,7 +76,7 @@ type config struct { BootCommand []string `mapstructure:"boot_command"` DiskInterface string `mapstructure:"disk_interface"` DiskSize uint `mapstructure:"disk_size"` - DiskCache string `mapstructure:"disk_cache` + DiskCache string `mapstructure:"disk_cache"` FloppyFiles []string `mapstructure:"floppy_files"` Format string `mapstructure:"format"` Headless bool `mapstructure:"headless"`