Skip to content

Commit 1dc11ff

Browse files
authored
Merge pull request #157 from the-code-raider/main
#158 Bug: Attempt to fix contributors not being updated on the website
2 parents ff69d18 + 5ae3e87 commit 1dc11ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/frontendmu-data/scripts/update-contributors.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ import fs from "fs";
22
import { execSync } from "child_process";
33

44
const owner = "Front-End-Coders-Mauritius";
5-
const repo = "frontendmu.mu";
5+
const repo = "frontend.mu";
66
const branch = "main"; // Replace with the default branch of your repository
77

8-
98
const contributorsFile = "./data/contributors.json";
109

1110
async function updateContributors() {

0 commit comments

Comments
 (0)