Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 51a0bef

Browse files
committed
Update mage2vs.js
Backward compatibiltiy fix https://github.com/DivanteLtd/mage2vuestorefront/blob/51f3b204945e464373829910a837078b4456c156/src/cli.js#L352 @rain2go please take a look - I've changed the default value
1 parent 90d8401 commit 51a0bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mage2vs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ program
128128
.option('--skip-products <skipProducts>', 'skip import of products', false)
129129
.option('--skip-pages <skipPages>', 'skip import of cms pages', false)
130130
.option('--skip-blocks <skipBlocks>', 'skip import of cms blocks', false)
131-
.option('--generate-unique-url-keys <generateUniqueUrlKeys>', 'generate unique url keys for categories', false)
131+
.option('--generate-unique-url-keys <generateUniqueUrlKeys>', 'generate unique url keys for categories', true)
132132
.action((cmd) => {
133133
let magentoConfig = getMagentoDefaultConfig(cmd.storeCode)
134134

0 commit comments

Comments
 (0)