diff --git a/src/distributions/dragonwell/installer.ts b/src/distributions/dragonwell/installer.ts index b815a53f..f899d71b 100644 --- a/src/distributions/dragonwell/installer.ts +++ b/src/distributions/dragonwell/installer.ts @@ -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}".` ); }