mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-03 22:05:01 -04:00
website/docs: use string instead of symbol
This commit is contained in:
parent
a2daa9851c
commit
8bd073f08a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ via DHCP.
|
|||
|
||||
```ruby
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.network "private_network", type: :dhcp
|
||||
config.vm.network "private_network", type: "dhcp"
|
||||
end
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue