diff --git a/src/find-python.ts b/src/find-python.ts index cd9663f9..927b8dba 100644 --- a/src/find-python.ts +++ b/src/find-python.ts @@ -83,7 +83,7 @@ async function useCpythonVersion( architecture ); 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( semanticVersionSpec, architecture