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
......
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