Actually remove all references to symbol syntax.

This commit is contained in:
Meitar M 2020-03-06 18:35:55 -05:00 committed by GitHub
parent 945e623f6d
commit 9f0d4ef074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```