Merge pull request #1631 from vtolstov/qemu_disk_cache

fix quote in variable name
pull/1400/merge
Mitchell Hashimoto 12 years ago
commit 0e856de95f

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

Loading…
Cancel
Save