Skip to content

Commit

Permalink
fix: windows slug
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jul 17, 2017
1 parent fc65a33 commit 0e5631f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cms/operations/initSite.js
Expand Up @@ -41,7 +41,7 @@ export default class initSite {
console.log(pathSite)
console.log('--------- /pathSite 2 ----------')

pathSite[pathSite.length - 1] = slug(pathSite[pathSite.length - 1])
pathSite[pathSite.length - 1] = slug(pathSite[pathSite.length - 1], {separateNumbers: false})
console.log('--------- pathSite 3 ----------')
console.log(pathSite)
console.log('--------- /pathSite 3 ----------')
Expand Down

0 comments on commit 0e5631f

Please sign in to comment.