Skip to content

Commit 14b0fd9

Browse files
committed
Hotfix: wrong replacement in command path after rewrite to Laminas
Signed-off-by: Michał Bundyra <contact@webimpress.com>
1 parent 21ec9a5 commit 14b0fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Help.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __invoke($resource = STDOUT)
6868
// Find relative command path
6969
$command = strtr(realpath($this->command) ?: $this->command, [
7070
getcwd() . DIRECTORY_SEPARATOR => '',
71-
'laminascampus' . DIRECTORY_SEPARATOR . 'laminas-composer-autoloading' . DIRECTORY_SEPARATOR => '',
71+
'laminas' . DIRECTORY_SEPARATOR . 'laminas-composer-autoloading' . DIRECTORY_SEPARATOR => '',
7272
]);
7373

7474
$this->helper->writeLine(sprintf(

0 commit comments

Comments
 (0)