Fix message

Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
MaksimZhukov 2020-04-29 17:39:10 +03:00 committed by GitHub
parent 94907dc416
commit 9aa437bb40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ async function useCpythonVersion(
architecture architecture
); );
if (!installDir) { if (!installDir) {
core.info(`Version ${semanticVersionSpec} is not found in local cache`); core.info(`Version ${semanticVersionSpec} was not found in the local cache`);
const foundRelease = await installer.findReleaseFromManifest( const foundRelease = await installer.findReleaseFromManifest(
semanticVersionSpec, semanticVersionSpec,
architecture architecture