Skip to content

Commit 39cd45a

Browse files
fix: make challenge auditor use new i18n dir (freeCodeCamp#55685)
1 parent 2d97d55 commit 39cd45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/challenge-auditor/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ void (async () => {
127127
const langCurriculumDirectory = join(
128128
process.cwd(),
129129
'curriculum',
130+
'i18n-curriculum',
131+
'curriculum',
130132
'challenges',
131133
lang
132134
);

0 commit comments

Comments
 (0)