mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: add eol in dav command and use success const as return code
Signed-off-by: GreyXor <greyxor@protonmail.com>
This commit is contained in:
parent
bdc73c67bb
commit
91464caa39
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ class FixCalendarSyncCommand extends Command {
|
|||
});
|
||||
$progress->finish();
|
||||
}
|
||||
return 0;
|
||||
$output->writeln('');
|
||||
return self::SUCCESS;
|
||||
}
|
||||
|
||||
private function fixUserCalendars(IUser $user, ?ProgressBar $progress = null): void {
|
||||
|
|
|
|||
Loading…
Reference in a new issue