From 7df8ab281ace29ca2fbcf602e53e58260ffc6204 Mon Sep 17 00:00:00 2001 From: Ben Morris Date: Wed, 17 Nov 2010 09:54:49 -0500 Subject: [PATCH] Fixed a syntax error in the autogenerated Vagrantfile --- templates/commands/init/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index 225db672c..9357a7fa8 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -24,7 +24,7 @@ Vagrant::Config.run do |config| # Share an additional folder to the guest VM. The first argument is # an identifier, the second is the path on the guest to mount the # folder, and the third is the path on the host to the actual folder. - # config.vm.share_folder "v-data", "/vagrant_data", "../data") + # config.vm.share_folder("v-data", "/vagrant_data", "../data") # Enable provisioning with chef solo, specifying a cookbooks path (relative # to this Vagrantfile), and adding some recipes and/or roles.