From b46f09feefe11700632f165f55716f8465194233 Mon Sep 17 00:00:00 2001 From: rayangler <27821750+rayangler@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:57:36 -0500 Subject: [PATCH] Link to diff meta branch --- src/job/jobHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',