: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:
jeff-jk 2018-10-03 17:36:24 -06:00
parent f1f4003fa9
commit 141bcc03f5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ Defaults to 60 seconds.
`config.vm.guest` - The guest OS that will be running within this
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
such as mounting folders and configuring networks.