Skip to content

Commit 359dda5

Browse files
author
Ivan Gavryshko
committed
MAGETWO-35678: db_prefix sets to empty value if it not set in command line as option
- fixed command name
1 parent cd70653 commit 359dda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Console/Command/ConfigSetCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function configure()
6060
$options = $this->configModel->getAvailableOptions();
6161

6262
$this->setName('setup:config:set')
63-
->setDescription('Create deployment configuration')
63+
->setDescription('Sets deployment configuration')
6464
->setDefinition($options);
6565

6666
$this->ignoreValidationErrors();

0 commit comments

Comments
 (0)