From ce0829c8232097bca73030c34374d991c8698771 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 17 Oct 2025 00:45:41 -0600 Subject: [PATCH] Additional Fixes --- Update.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update.ps1 b/Update.ps1 index 2fb3bec..05144fd 100644 --- a/Update.ps1 +++ b/Update.ps1 @@ -190,7 +190,7 @@ function Stop-AgentPythonProcesses { $stopped = $true } else { if ($taskkillOutput) { - Write-Host "taskkill.exe returned exit code $LASTEXITCODE for PID $procId: $taskkillOutput" -ForegroundColor DarkYellow + Write-Host "taskkill.exe returned exit code ${LASTEXITCODE} for PID ${procId}: $taskkillOutput" -ForegroundColor DarkYellow } } } catch {