fix(console): remove trailing comma

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
pull/55047/head
Carl Schwan 2025-09-11 16:35:11 +07:00
parent a99c68d862
commit c7315aa10f
1 changed files with 1 additions and 1 deletions

@ -105,7 +105,7 @@ try {
'profiler' => 'db',
'token' => $profile->getToken(),
]);
$output->getErrorOutput()->writeln('Profiler output available at ' . $url, );
$output->getErrorOutput()->writeln('Profiler output available at ' . $url);
}
if ($exitCode > 255) {