From b370cac8e9a5c1ae940d56d2b7b1f3442ef22118 Mon Sep 17 00:00:00 2001 From: ascpixi <44982772+ascpixi@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:47:14 +0100 Subject: [PATCH] Clone from -emu-mirror instead of -emu --- compatdb/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatdb/app.js b/compatdb/app.js index 4b05e36..f0b58ea 100644 --- a/compatdb/app.js +++ b/compatdb/app.js @@ -58,7 +58,7 @@ async function run() { // Fetch game files stored in games-wiki repository. gitPull( `./${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.