We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c54ea commit a04f3afCopy full SHA for a04f3af
1 file changed
script/move-category-to-product.js
@@ -61,7 +61,7 @@ function main () {
61
fs.writeFileSync(file, frontmatter.stringify(content, data, { lineWidth: 10000 }))
62
})
63
64
- // // Move the files.
+ // Move the files.
65
execSync(`git mv ${oldCategoryPath}/* ${newProductPath}`)
66
67
// Remove the category from the old product TOC.
0 commit comments