fix typo on CleanRemoteFilesProcessorService (#9171)
This commit is contained in:
parent
fb19456b61
commit
746fac0dfe
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export class CleanRemoteFilesProcessorService {
|
||||||
job.progress(deletedCount / total);
|
job.progress(deletedCount / total);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logger.succ('All cahced remote files has been deleted.');
|
this.logger.succ('All cached remote files has been deleted.');
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue