Pointless configuration change

This commit is contained in:
Mitchell Hashimoto 2010-03-01 00:48:14 -08:00
parent f5f1405a7c
commit 1e3109e2f7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Vagrant::Config.run do |config|
config.dotfile_name = ".vagrant"
config.vm.box_ovf = "box.ovf"
config.vm.base_mac = "0800279C2E41"
config.vm.base_mac = "0800279C2E42"
config.vm.project_directory = "/vagrant"
config.vm.forward_port("ssh", 22, 2222)
config.vm.disk_image_format = 'VMDK'