Skip to content

Commit

Permalink
Fix typo (#9192)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored and DSchau committed Oct 19, 2018
1 parent c57f1e0 commit 9a72df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/src/create-file-node.js
Expand Up @@ -59,7 +59,7 @@ exports.createFileNode = async (
children: [],
parent: `___SOURCE___`,
internal,
sourceInstanceName: pluginOptions.name || `__PROGRAMATTIC__`,
sourceInstanceName: pluginOptions.name || `__PROGRAMMATIC__`,
absolutePath: slashedFile.absolutePath,
relativePath: slash(
path.relative(
Expand Down

0 comments on commit 9a72df9

Please sign in to comment.