Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
4e393ca8
Commit
4e393ca8
authored
Mar 05, 2015
by
Régis Behmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mount directory bug in Vagrantfile
parent
d0800d19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Vagrantfile
+2
-3
No files found.
Vagrantfile
View file @
4e393ca8
...
...
@@ -53,7 +53,7 @@ ora_mount_dir = "edx-ora2"
if
ENV
[
'VAGRANT_MOUNT_BASE'
]
ora
2_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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment