fix spelling

This commit is contained in:
Dmitry Shibanov 2021-03-18 16:14:15 +03:00
parent 94a128fb67
commit d87fc52c90

View file

@ -20,7 +20,7 @@ class EmptyJavaBase extends JavaBase {
protected async downloadTool(javaRelease: JavaDownloadRelease): Promise<JavaInstallerResults> { protected async downloadTool(javaRelease: JavaDownloadRelease): Promise<JavaInstallerResults> {
return { return {
version: '11.0.9', version: '11.0.9',
path: path.join('toolcache', this.toolcacheFolderName, '11.0.9', this.architecture); path: path.join('toolcache', this.toolcacheFolderName, '11.0.9', this.architecture)
}; };
} }