aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/add-crowdin-contributors.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/add-crowdin-contributors.js')
-rw-r--r--src/scripts/add-crowdin-contributors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/add-crowdin-contributors.js b/src/scripts/add-crowdin-contributors.js
index efe981b6e..ed29a0daf 100644
--- a/src/scripts/add-crowdin-contributors.js
+++ b/src/scripts/add-crowdin-contributors.js
@@ -58,7 +58,7 @@ const fs = require('fs-extra');
58const path = require('path'); 58const path = require('path');
59const allContributors = require('all-contributors-cli'); 59const allContributors = require('all-contributors-cli');
60 60
61const infoPath = path.join(__dirname, '../../.all-contributorsrc'); 61const infoPath = path.join(__dirname, '..', '..', '.all-contributorsrc');
62 62
63(async () => { 63(async () => {
64 const info = await fs.readJSON(infoPath); 64 const info = await fs.readJSON(infoPath);