Clone from <tenant>-emu-mirror instead of <tenant>-emu

This commit is contained in:
ascpixi 2024-03-06 22:47:14 +01:00
parent c98fa94629
commit b370cac8e9

View file

@ -58,7 +58,7 @@ async function run() {
// Fetch game files stored in games-wiki repository. // Fetch game files stored in games-wiki repository.
gitPull( gitPull(
`./${tenant}-games-wiki`, `./${tenant}-games-wiki`,
`https://github.com/${tenant}-emu/${tenant}-games-wiki.git` `https://github.com/${tenant}-emu-mirror/${tenant}-games-wiki.git`
); );
// Loop through each game and process it. // Loop through each game and process it.