From 8487a46407c1ccdb09ab3cc2495e173a9d419496 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 17 Oct 2025 20:32:50 -0600 Subject: [PATCH] Additional Fixes --- Borealis.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Borealis.ps1 b/Borealis.ps1 index 82cc6b1..47d8502 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -791,7 +791,7 @@ function InstallOrUpdate-BorealisAgent { (Join-Path $agentSourceRoot 'agent.py'), (Join-Path $agentSourceRoot 'ansible-ee-version.txt'), (Join-Path $agentSourceRoot 'Borealis.ico'), - (Join-Path $agentSourceRoot 'fcntl_stud.py'), + (Join-Path $agentSourceRoot 'fcntl_stub.py'), (Join-Path $agentSourceRoot 'launch_service.ps1'), (Join-Path $agentSourceRoot 'role_manager.py'), (Join-Path $agentSourceRoot 'security.py'),