Skip to content

Commit

Permalink
Fixing the syntax FAIL in the Vagrantfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Huegdon committed Apr 2, 2012
1 parent f0d9abc commit 65c9d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant::Config.run do |config|
config.vm.box = "ubuntu-11.10"
config.vm.customize["modifyvm", :id, "--memory", "2048"]
config.vm.customize ["modifyvm", :id, "--memory", "2048"]
config.vm.network :hostonly, "33.33.33.40"
config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)

Expand Down

0 comments on commit 65c9d28

Please sign in to comment.