aboutsummaryrefslogtreecommitdiff
path: root/deb/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'deb/Vagrantfile')
-rw-r--r--deb/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/Vagrantfile b/deb/Vagrantfile
index f0f2697ca..f52de8ff9 100644
--- a/deb/Vagrantfile
+++ b/deb/Vagrantfile
@@ -37,7 +37,7 @@ Vagrant.configure(2) do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
- config.vm.synced_folder ".", "/vagrant_data"
+ config.vm.synced_folder "..", "/vagrant_data"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.