diff --git a/src/job/jobHandler.ts b/src/job/jobHandler.ts index 947a5692d..56e2e5b9c 100644 --- a/src/job/jobHandler.ts +++ b/src/job/jobHandler.ts @@ -234,7 +234,7 @@ export abstract class JobHandler { ? this.currJob.payload.directory : 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/DOP-4237/makefiles/Makefile.${makefileFileName}`, `repos/${getDirectory(this.currJob)}/Makefile`, { encoding: 'utf8',