Skip to content

Commit 55beaa0

Browse files
committed
Fixed option name misspelling
1 parent 40b426b commit 55beaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Command/RegenerateUrlRewritesAbstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
abstract class RegenerateUrlRewritesAbstract extends Command
3636
{
37-
const INPUT_KEY_STOREID = 'storeId';
37+
const INPUT_KEY_STOREID = 'store-id';
3838
const INPUT_KEY_REGENERATE_ENTITY_TYPE = 'entity-type';
3939
const INPUT_KEY_SAVE_REWRITES_HISTORY = 'save-old-urls';
4040
const INPUT_KEY_NO_REINDEX = 'no-reindex';

0 commit comments

Comments
 (0)