Skip to content

Commit

Permalink
Update lib/create-tree.js
Browse files Browse the repository at this point in the history
Co-authored-by: James M. Greene <[email protected]>
  • Loading branch information
sarahs and JamesMGreene authored Jul 1, 2021
1 parent 0333ea3 commit 083ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = async function createTree (originalPath, langObj) {

// Initialize the Page! This is where the file reads happen.
const page = await Page.init({
basePath: basePath,
basePath,
relativePath,
languageCode: langObj.code
})
Expand Down

0 comments on commit 083ba4e

Please sign in to comment.