Skip to content

Commit

Permalink
Fix: application name - laminas instead of laminas-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Bundyra <contact@webimpress.com>
  • Loading branch information
michalbundyra committed Apr 28, 2020
1 parent 9903450 commit abe8a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/laminas
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ $config = $container->get('config')['laminas-cli'] ?? [];

$version = strstr(Versions::getVersion('laminas/laminas-cli'), '@', true);

$application = new Application('laminas-cli', $version);
$application = new Application('laminas', $version);
$application->setCommandLoader(new ContainerCommandLoader($container, $config['commands'] ?? []));
$application->run();

0 comments on commit abe8a90

Please sign in to comment.