Actually remove all references to symbol syntax.
This commit is contained in:
parent
945e623f6d
commit
9f0d4ef074
@ -22,7 +22,7 @@ the host-only interface to use.
|
||||
```ruby
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.network "private_network", type: "dhcp",
|
||||
name: => "vboxnet3"
|
||||
name: "vboxnet3"
|
||||
end
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user