Merge pull request #1631 from vtolstov/qemu_disk_cache

fix quote in variable name
This commit is contained in:
Mitchell Hashimoto 2014-10-28 07:49:13 -07:00
commit 0e856de95f
1 changed files with 1 additions and 1 deletions

View File

@ -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"`