From bcf70994f71bf50c790310d4a08194692833d1c2 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Mon, 8 Dec 2025 14:07:10 +0530 Subject: [PATCH] chore: Transition to edx fork of enterprise-subsidy --- repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo.sh b/repo.sh index 3fccc10..f57a6b8 100755 --- a/repo.sh +++ b/repo.sh @@ -51,7 +51,7 @@ non_release_repos=( "https://github.com/openedx/frontend-app-account.git" "https://github.com/edx/frontend-app-profile.git" "https://github.com/edx/frontend-app-ora-grading.git" - "https://github.com/openedx/enterprise-subsidy.git" + "https://github.com/edx/enterprise-subsidy.git" "https://github.com/edx/frontend-app-admin-portal.git" "https://github.com/edx/frontend-app-learner-portal-enterprise.git" "https://github.com/edx/frontend-app-enterprise-checkout.git" @@ -101,7 +101,7 @@ non_release_ssh_repos=( "git@github.com:openedx/frontend-app-account.git" "git@github.com:edx/frontend-app-profile.git" "git@github.com:edx/frontend-app-ora-grading.git" - "git@github.com:openedx/enterprise-subsidy.git" + "git@github.com:edx/enterprise-subsidy.git" "git@github.com:edx/frontend-app-admin-portal.git" "git@github.com:edx/frontend-app-learner-portal-enterprise.git" "git@github.com:edx/frontend-app-enterprise-checkout.git"