Merge pull request #55047 from nextcloud/carl/fix-trailing-coma

fix(console): remove trailing comma
This commit is contained in:
Andy Scherzinger 2025-09-11 17:52:29 +02:00 committed by GitHub
commit 6895baeb3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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