We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0deb1 commit 76b70aaCopy full SHA for 76b70aa
repo.sh
@@ -39,7 +39,7 @@ repos=(
39
"https://github.com/edx/portal-designer.git"
40
"https://github.com/openedx/license-manager.git"
41
"https://github.com/openedx/codejail-service.git"
42
- "https://github.com/openedx/enterprise-access.git"
+ "https://github.com/edx/enterprise-access.git"
43
)
44
45
non_release_repos=(
@@ -89,7 +89,7 @@ ssh_repos=(
89
"git@github.com:edx/portal-designer.git"
90
"git@github.com:openedx/license-manager.git"
91
"git@github.com:openedx/codejail-service.git"
92
- "git@github.com:openedx/enterprise-access.git"
+ "git@github.com:edx/enterprise-access.git"
93
94
95
non_release_ssh_repos=(
0 commit comments