From fd5d6f2b3ae54a47cae79e8b101965e823742a37 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Mon, 6 May 2024 10:47:15 -0400 Subject: [PATCH] feat: point to edx version of configuration repo. Since the openedx version of configuration will be deprecated, point to the edx version. --- transifex/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,