fmt
This commit is contained in:
parent
b25baa626d
commit
868a64ebbc
|
@ -83,7 +83,7 @@ type config struct {
|
||||||
VMName string `mapstructure:"vm_name"`
|
VMName string `mapstructure:"vm_name"`
|
||||||
|
|
||||||
// TODO(mitchellh): deprecate
|
// TODO(mitchellh): deprecate
|
||||||
RunOnce bool `mapstructure:"run_once"`
|
RunOnce bool `mapstructure:"run_once"`
|
||||||
|
|
||||||
RawBootWait string `mapstructure:"boot_wait"`
|
RawBootWait string `mapstructure:"boot_wait"`
|
||||||
RawSingleISOUrl string `mapstructure:"iso_url"`
|
RawSingleISOUrl string `mapstructure:"iso_url"`
|
||||||
|
|
Loading…
Reference in New Issue