Commit a9bc46d0 by Usman Khalid

Merge pull request #681 from openfun/openfun/fix-vagrantfile

Fix mount directory bug in Vagrantfile
parents fe87d668 4e393ca8
......@@ -53,7 +53,7 @@ ora_mount_dir = "edx-ora2"
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
......@@ -90,4 +90,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vbguest.auto_update = true
config.vm.provision "shell", inline: $script
end
\ No newline at end of file
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