mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 22:35:24 -04:00
Merge pull request #55047 from nextcloud/carl/fix-trailing-coma
fix(console): remove trailing comma
This commit is contained in:
commit
6895baeb3f
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue