chore: update error message

This commit is contained in:
Ivan Zosimov 2023-09-12 14:52:01 +02:00
parent f3b981e123
commit e51fc6409d

View File

@ -41,7 +41,7 @@ export class DragonwellDistribution extends JavaBase {
if (!matchedVersions.length) {
throw new Error(
`Couldn't find any satisfied version for the specified: "${version}".`
`Couldn't find any satisfied version for the specified java-version: "${version}".`
);
}