Skip to content

Commit 39e26a2

Browse files
committed
small fix
1 parent 2946c78 commit 39e26a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function configure()
5757
*/
5858
protected function execute(InputInterface $input, OutputInterface $output)
5959
{
60-
$moduleNames = $input->getArgument('module');
60+
$moduleNames = $input->getArgument('module-names');
6161
if (!empty($moduleNames)) {
6262
foreach($moduleNames as $moduleName)
6363
$this->showSpecificModule($moduleName, $output);

0 commit comments

Comments
 (0)