Skip to content

Commit

Permalink
hotfix(repair-form): set remote url correctly (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 authored Dec 5, 2023
1 parent 1b21e2b commit 3217eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/formsg/formsgGGsRepair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class FormsgGGsRepairRouter {
const clonedStagingRepos: string[] = []
const syncedStagingAndStagingLiteRepos: string[] = []
repoNames.forEach((repoName) => {
const repoUrl = `[email protected]:isomerpages/${repoName}`
const repoUrl = `[email protected]:isomerpages/${repoName}.git`

repairs.push(
this.doesRepoNeedClone(repoName)
Expand Down

0 comments on commit 3217eed

Please sign in to comment.