diff --git a/repo.sh b/repo.sh index 3fccc10..a43c7ce 100755 --- a/repo.sh +++ b/repo.sh @@ -37,7 +37,7 @@ repos=( "https://github.com/edx/edx-analytics-data-api.git" "https://github.com/openedx/enterprise-catalog.git" "https://github.com/edx/portal-designer.git" - "https://github.com/openedx/license-manager.git" + "https://github.com/edx/license-manager.git" "https://github.com/openedx/codejail-service.git" "https://github.com/openedx/enterprise-access.git" ) @@ -87,7 +87,7 @@ ssh_repos=( "git@github.com:edx/frontend-app-publisher.git" "git@github.com:edx/edx-analytics-data-api.git" "git@github.com:edx/portal-designer.git" - "git@github.com:openedx/license-manager.git" + "git@github.com:edx/license-manager.git" "git@github.com:openedx/codejail-service.git" "git@github.com:openedx/enterprise-access.git" )