fix(console): remove trailing comma

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
pull/55047/head
Carl Schwan 4 weeks ago
parent a99c68d862
commit c7315aa10f
  1. 2
      console.php

@ -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) {

Loading…
Cancel
Save