Fix typo in Vagrantfile

This commit is contained in:
Mitchell Hashimoto 2012-01-03 09:35:14 -08:00
parent 7982f01f2e
commit ad6974d3da
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Vagrant::Config.run do |config|
# via the IP. Host-only networks can talk to the host machine as well as
# any other machines on the same network, but cannot be accessed (through this
# network interface) by any external networks.
# config.vm.network :hostonly "33.33.33.10"
# config.vm.network :hostonly, "33.33.33.10"
# Assign this VM to a bridged network, allowing you to connect directly to a
# network using the host's network device. This makes the VM appear as another