Skip to content

Commit

Permalink
Fix typo (#655)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
  • Loading branch information
JLLeitschuh committed Apr 5, 2023
1 parent dac0b87 commit 887e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache-cleaner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class CacheCleaner {
}

private async ageAllFiles(fileName = '*'): Promise<void> {
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))
}

Expand Down

0 comments on commit 887e0bd

Please sign in to comment.