From e6d5ea41e4ed0d4ce62e34af7da4d3c32b136d9b Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 5 May 2025 19:58:00 -0600 Subject: [PATCH] Minor Commentary Changes --- Borealis.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Borealis.ps1 b/Borealis.ps1 index 32bcc28..5df921b 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -1,7 +1,7 @@ #////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: /Launch-Borealis.ps1 <# - Deploy-Borealis.ps1 + Borealis.ps1 ---------------------- This script deploys the Borealis Workflow Automation Tool with three modules: - Server (Web Dashboard) @@ -12,7 +12,7 @@ the corresponding module is launched or deployed. Usage: - Set-ExecutionPolicy Unrestricted -Scope Process; .\Launch-Borealis.ps1 + Set-ExecutionPolicy Unrestricted -Scope Process; .\Borealis.ps1 #> # ---------------------- ASCII Art Terminal Required Changes ----------------------