Skip to content

Commit a04f3af

Browse files
authored
Update script/move-category-to-product.js
1 parent 36c54ea commit a04f3af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/move-category-to-product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function main () {
6161
fs.writeFileSync(file, frontmatter.stringify(content, data, { lineWidth: 10000 }))
6262
})
6363

64-
// // Move the files.
64+
// Move the files.
6565
execSync(`git mv ${oldCategoryPath}/* ${newProductPath}`)
6666

6767
// Remove the category from the old product TOC.

0 commit comments

Comments
 (0)