Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 11, 2024
1 parent f2d514b commit 241491b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/DevToolCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ protected function appendAutoloadDevToComposer(array $content, Filesystem $files
$content['autoload-dev']['psr-4'][$namespace] = $path;

$this->components->task(\sprintf(
'Added [%s] for [%s] to Composer', $namespace, '/'.rtrim($path, '/')
'Added [%s] for [%s] to Composer', $namespace, './'.rtrim($path, '/')
));
} else {
$this->components->twoColumnDetail(
\sprintf('Composer already contains [%s] path assigned to [%s] namespace', '/'.rtrim($path, '/'), $autoloads[$path]),
\sprintf('Composer already contains [%s] path assigned to [%s] namespace', './'.rtrim($path, '/'), $autoloads[$path]),
'<fg=yellow;options=bold>SKIPPED</>'
);
}
Expand Down

0 comments on commit 241491b

Please sign in to comment.