diff --git a/transifex/pull.py b/transifex/pull.py index 10d853d..7234251 100644 --- a/transifex/pull.py +++ b/transifex/pull.py @@ -40,7 +40,7 @@ os.environ['LANG'] = 'C.UTF-8' # Configuration repo to fetch lms/studio settings -CONFIGURATION_REPO_URL = 'https://github.com/openedx/configuration.git' +CONFIGURATION_REPO_URL = 'https://github.com/edx/configuration.git' def pull(clone_url, repo_owner, merge_method=DEFAULT_MERGE_METHOD, skip_compilemessages=False,