Skip to content

Commit

Permalink
[generate:module] Fix parameter name. (#3741)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 24, 2018
1 parent 7d827bd commit f68bcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Generate/ModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->generator->generate([
'module' => $module,
'machine_name' => $machineName,
'dir' => $modulePath,
'module_path' => $modulePath,
'description' => $description,
'core' => $core,
'package' => $package,
Expand Down

0 comments on commit f68bcf9

Please sign in to comment.