Skip to content

Commit

Permalink
fix data repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jun 26, 2024
1 parent 771b9d7 commit 6b26601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateNewContributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Still waiting for this
`;
}

const basePath = join(process.env.DATA_REPO || process.cwd());
const basePath = join(process.cwd(), process.env.DATA_REPO ?? ".");

function getNewContributors() {
let newContributors = new Set();
Expand Down

0 comments on commit 6b26601

Please sign in to comment.