Skip to content
Snippets Groups Projects
Commit 97f30aae authored by David Baumgold's avatar David Baumgold
Browse files

Merge pull request #3081 from edx/sef/paver-fix-devstack-theme

fix paver theming on devstack (SERVICE_VARIANT support)
parents 7c5ff94e 6ed59014
No related merge requests found
......@@ -15,7 +15,7 @@ class Env(object):
"""
# Root of the git repository (edx-platform)
REPO_ROOT = path(__file__).parent.parent.parent
REPO_ROOT = path(__file__).abspath().parent.parent.parent
# Service variant (lms, cms, etc.) configured with an environment variable
# We use this to determine which envs.json file to load.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment