Commit b3c52ed9 by Ned Batchelder Committed by GitHub

Merge pull request #3386 from scampersand/typo-vagrant_mount_location

Fix typo on $vagrant_mount_location
parents b329ca3f 81f7e743
......@@ -142,7 +142,7 @@ echo "Installing release '$OPENEDX_RELEASE'"
# Check if mount location was changed
if [[ $vagrant_mount_location != "" ]]; then
echo "Changing Vagrant provision location to $vagrant_mount_location..."
export VAGRANT_MOUNT_BASE=vagrant_mount_location
export VAGRANT_MOUNT_BASE=$vagrant_mount_location
fi
if [[ -d .vagrant ]]; then
......
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