From 05329f0169eee037bd511794a8cc0e2420a68067 Mon Sep 17 00:00:00 2001 From: Kishore <42832651+kishore03109@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:52:11 +0800 Subject: [PATCH] hotfix(repair-form): set remote url correctly --- src/routes/formsg/formsgGGsRepair.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/formsg/formsgGGsRepair.ts b/src/routes/formsg/formsgGGsRepair.ts index c216879a4..6558acda5 100644 --- a/src/routes/formsg/formsgGGsRepair.ts +++ b/src/routes/formsg/formsgGGsRepair.ts @@ -116,7 +116,7 @@ export class FormsgGGsRepairRouter { const clonedStagingRepos: string[] = [] const syncedStagingAndStagingLiteRepos: string[] = [] repoNames.forEach((repoName) => { - const repoUrl = `git@github.com:isomerpages/${repoName}` + const repoUrl = `git@github.com:isomerpages/${repoName}.git` repairs.push( this.doesRepoNeedClone(repoName)