fix: ✏️ log typo

This commit is contained in:
ThatOneCalculator 2023-07-28 22:39:42 -07:00
parent 478ded63b1
commit 8d02cfe999
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -48,6 +48,6 @@ export default async function cleanRemoteFiles(
job.progress(deletedCount / total); job.progress(deletedCount / total);
} }
logger.succ("All cahced remote files has been deleted."); logger.succ("All cached remote files has been deleted.");
done(); done();
} }