Commit 0e856de9 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1631 from vtolstov/qemu_disk_cache

fix quote in variable name
parents 4406c20a e1e3d3c1
......@@ -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"`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment