mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
fix(console): remove trailing comma
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue