From 8681d8c52c4077c00b0bcdbc264043915b5c6f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aram=C3=ADs=20Segovia?= Date: Fri, 11 Jul 2025 12:05:24 -0400 Subject: [PATCH] Update utils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 8b4dd741..b5ee0bdb 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -330,7 +330,7 @@ export function getVersionInputFromToolVersions(versionFile: string): string[] { * Python version extracted from the Pipfile file. */ export function getVersionInputFromPipfileFile(versionFile: string): string[] { - core.debug(`Trying to resolve version form ${versionFile}`); + core.debug(`Trying to resolve version from ${versionFile}`); let pipfileFile = fs.readFileSync(versionFile, 'utf8'); // Normalize the line endings in the pipfileFile