mirror of
https://github.com/yuzu-mirror/shared-hugo-scripts.git
synced 2025-12-06 06:31:58 +01:00
Clone from <tenant>-emu-mirror instead of <tenant>-emu
This commit is contained in:
parent
c98fa94629
commit
b370cac8e9
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue