Skip to content

Commit

Permalink
feat: point to edx version of configuration repo.
Browse files Browse the repository at this point in the history
Since the openedx version of configuration will be
deprecated, point to the edx version.
  • Loading branch information
dianakhuang committed May 6, 2024
1 parent 0ae1aa6 commit fd5d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transifex/pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd5d6f2

Please sign in to comment.