From 95f60a724045273932705b62ff1e5057202548f5 Mon Sep 17 00:00:00 2001 From: "Mr. Algorithm" <11aravipratapsingh@gmail.com> Date: Mon, 30 Jun 2025 00:09:01 +0530 Subject: [PATCH] updated mis match --- .github/scripts/add-contributor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/add-contributor.js b/.github/scripts/add-contributor.js index 05e9be1..e5fb4ab 100644 --- a/.github/scripts/add-contributor.js +++ b/.github/scripts/add-contributor.js @@ -7,7 +7,7 @@ if (!username) { process.exit(1); } -const readmePath = path.join(process.cwd(), 'README.md'); +const readmePath = path.join(process.cwd(), '/readme.md'); let readme = fs.readFileSync(readmePath, 'utf8'); const thankYouMarker = "## 🙌 Thanks for being part of Codextream!";