diff --git a/src/job/jobHandler.ts b/src/job/jobHandler.ts index 00f953d0c..06ee31baa 100644 --- a/src/job/jobHandler.ts +++ b/src/job/jobHandler.ts @@ -211,7 +211,7 @@ export abstract class JobHandler { ? this.currJob.payload.monorepoDir : this.currJob.payload.repoName; await this._fileSystemServices.saveUrlAsFile( - `https://raw.githubusercontent.com/mongodb/docs-worker-pool/meta/makefiles/Makefile.${makefileFileName}`, + `https://raw.githubusercontent.com/mongodb/docs-worker-pool/monorepo-pub-branches/makefiles/Makefile.${makefileFileName}`, `repos/${getDirectory(this.currJob)}/Makefile`, { encoding: 'utf8',