Commit 4e393ca8 by Régis Behmo

Fix mount directory bug in Vagrantfile

parent d0800d19
...@@ -53,7 +53,7 @@ ora_mount_dir = "edx-ora2" ...@@ -53,7 +53,7 @@ ora_mount_dir = "edx-ora2"
if ENV['VAGRANT_MOUNT_BASE'] if ENV['VAGRANT_MOUNT_BASE']
ora2_mount_dir = ENV['VAGRANT_MOUNT_BASE'] + "/" + ora2_mount_dir ora_mount_dir = ENV['VAGRANT_MOUNT_BASE'] + "/" + ora_mount_dir
end end
...@@ -90,4 +90,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| ...@@ -90,4 +90,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vbguest.auto_update = true config.vbguest.auto_update = true
config.vm.provision "shell", inline: $script config.vm.provision "shell", inline: $script
end end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment