Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Nov 2, 2020
1 parent 7168e1a commit f9a3a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const makeManifest = async ({
const exists = fs.existsSync(iconPath)
//create destination directory if it doesn't exist
if (!exists) {
fs.mkdirSync(iconPath, , { recursive: true })
fs.mkdirSync(iconPath, { recursive: true })
}
paths[iconPath] = true
}
Expand Down

0 comments on commit f9a3a23

Please sign in to comment.