diff --git a/client/plugins/fcc-source-challenges/create-Challenge-nodes.js b/client/plugins/fcc-source-challenges/create-challenge-nodes.js similarity index 100% rename from client/plugins/fcc-source-challenges/create-Challenge-nodes.js rename to client/plugins/fcc-source-challenges/create-challenge-nodes.js diff --git a/client/plugins/fcc-source-challenges/gatsby-node.js b/client/plugins/fcc-source-challenges/gatsby-node.js index 02c0660f3a..f08941e5cd 100644 --- a/client/plugins/fcc-source-challenges/gatsby-node.js +++ b/client/plugins/fcc-source-challenges/gatsby-node.js @@ -1,6 +1,6 @@ const chokidar = require('chokidar'); -const { createChallengeNode } = require('./create-Challenge-nodes'); +const { createChallengeNode } = require('./create-challenge-nodes'); exports.sourceNodes = function sourceChallengesSourceNodes( { actions, reporter },