diff --git a/tools/challenge-helper-scripts/utils.js b/tools/challenge-helper-scripts/utils.js index ecf8677d9d..4e613ca4d9 100644 --- a/tools/challenge-helper-scripts/utils.js +++ b/tools/challenge-helper-scripts/utils.js @@ -113,7 +113,7 @@ const reorderSteps = () => { }; const getChallengeSeeds = challengeFilePath => { - return parseMDSync(challengeFilePath).files; + return parseMDSync(challengeFilePath).challengeFiles; }; module.exports = {