mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Fix typo (#655)
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							dac0b87334
						
					
				
				
					commit
					887e0bda35
				
			@@ -48,7 +48,7 @@ export class CacheCleaner {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private async ageAllFiles(fileName = '*'): Promise<void> {
 | 
					    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))
 | 
					        await this.setUtimes(`${this.gradleUserHome}/**/${fileName}`, new Date(0))
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user