nenes25 / prestashop_console

Prestashop Console Tools
Open Software License 3.0
49 stars 15 forks source link

Fix wrong method name #14

Closed ma0dubois closed 5 years ago

ma0dubois commented 5 years ago

Hi :)

https://github.com/nenes25/prestashop_console/blob/27715a25067b1c3b7ef375c74698c542157e96ef/src/Hhennes/PrestashopConsole/Command/Module/ResetCommand.php#L82

Fix:

$output->writeln("<error>Module: '$moduleName' $e->getMessage()</error>"); 
nenes25 commented 5 years ago

Thanks for the report, i'll correct this quickly ;)