Skip to content

Commit

Permalink
Link to diff meta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed Jan 10, 2024
1 parent d4545fe commit b46f09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b46f09f

Please sign in to comment.