:windows should be a symbol in machine_settings doc
This should just be a symbol :windows rather than a string ":windows"
This commit is contained in:
parent
f1f4003fa9
commit
141bcc03f5
|
@ -125,7 +125,7 @@ Defaults to 60 seconds.
|
||||||
|
|
||||||
`config.vm.guest` - The guest OS that will be running within this
|
`config.vm.guest` - The guest OS that will be running within this
|
||||||
machine. This defaults to `:linux`, and Vagrant will auto-detect the
|
machine. This defaults to `:linux`, and Vagrant will auto-detect the
|
||||||
proper distro. However, this should be changed to `":windows"` for Windows guests.
|
proper distro. However, this should be changed to `:windows` for Windows guests.
|
||||||
Vagrant needs to know this information to perform some guest OS-specific things
|
Vagrant needs to know this information to perform some guest OS-specific things
|
||||||
such as mounting folders and configuring networks.
|
such as mounting folders and configuring networks.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue