We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdd523 commit a617c06Copy full SHA for a617c06
Vagrantfile
@@ -7,7 +7,7 @@ Vagrant.configure("2") do |config|
7
config.vm.network :private_network, ip: "192.168.33.10"
8
9
#shared
10
- config.vm.synced_folder "./Development/Projects", "/projects", type: 'nfs'
+ config.vm.synced_folder "./projects", "/projects", type: 'nfs'
11
12
#virtualbox
13
if defined? VagrantVbguest
0 commit comments