From 21cd493ecc8d8e943604a8f9579347cdd4e1c2d4 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Wed, 31 Mar 2021 12:46:21 +1200 Subject: [PATCH] :bug: Fix repo paths at comigojiChangelog.js --- comigojiChangelog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comigojiChangelog.js b/comigojiChangelog.js index e474836dc..37c8c5e82 100644 --- a/comigojiChangelog.js +++ b/comigojiChangelog.js @@ -25,13 +25,13 @@ module.exports = new Promise((resolve, reject) => { branch: 'v1.x' }, { since, - repo: './docs', + repo: './../docs.ctjs.rocks', branch: 'master', forceCategory: 'docs', forceCategoryStrip: /^:(books|pencil|pencil2|memo):/ }, { since, - repo: './../docs.ctjs.rocks', + repo: './ctjs-site', branch: 'master', forceCategory: 'website' }],