From e8609c366a65a7bb86da017a0dc817788f78ed68 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Fri, 2 Jun 2017 21:56:20 -0400 Subject: [PATCH] Uncommented gitPull functions. --- scripts/games/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/games/app.js b/scripts/games/app.js index 9c1837f..4af0775 100644 --- a/scripts/games/app.js +++ b/scripts/games/app.js @@ -37,10 +37,10 @@ function getDirectories (srcpath) { } // Fetch game information stored in Github repository. -// gitPull(inputDirectoryGame, 'https://github.com/citra-emu/citra-games-wiki.git'); +gitPull(inputDirectoryGame, 'https://github.com/citra-emu/citra-games-wiki.git'); // Fetch game articles stored in Github wiki. -// gitPull(inputDirectoryWiki, 'https://github.com/citra-emu/citra-games-wiki.wiki.git'); +gitPull(inputDirectoryWiki, 'https://github.com/citra-emu/citra-games-wiki.wiki.git'); // Make sure the output directories in Hugo exist. if (fs.existsSync(outputDirectoryMd) == false) {