diff --git a/src/cache-cleaner.ts b/src/cache-cleaner.ts index 3a8e536..fce72b9 100644 --- a/src/cache-cleaner.ts +++ b/src/cache-cleaner.ts @@ -48,7 +48,7 @@ export class CacheCleaner { } private async ageAllFiles(fileName = '*'): Promise { - core.debug(`Aging all files in Gradle User Homee with name ${fileName}`) + core.debug(`Aging all files in Gradle User Home with name ${fileName}`) await this.setUtimes(`${this.gradleUserHome}/**/${fileName}`, new Date(0)) }