Skip to content
Snippets Groups Projects
Unverified Commit 746fac0d authored by heka's avatar heka Committed by GitHub
Browse files

fix typo on CleanRemoteFilesProcessorService (#9171)

parent fb19456b
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ export class CleanRemoteFilesProcessorService { ...@@ -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();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment