From 9aa437bb40dadc55d0e8c72dcb6d2621ddf62d2d Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Wed, 29 Apr 2020 17:39:10 +0300 Subject: [PATCH] Fix message Co-Authored-By: Konrad Pabjan --- src/find-python.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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