From f5ffee38e1c534b3df6121f1d0fd94a60ee1f937 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Fri, 3 Jan 2025 15:19:59 -0500 Subject: [PATCH] Output Bug Fix --- CHAMP.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHAMP.ps1 b/CHAMP.ps1 index 06ebc97..a65d13e 100644 --- a/CHAMP.ps1 +++ b/CHAMP.ps1 @@ -1338,7 +1338,7 @@ $Form1.Name = "Form1" $Form1.StartPosition = [System.Windows.Forms.FormStartPosition]::CenterParent $Form1.Text = "CHAMP - Agile Axolotl" Function preflight () { - Write-Host -ForegroundColor "Yellow" -BackColor "Black" "CHAMP - Agile Axolotl Update" + Write-Host "CHAMP - Agile Axolotl Update" -ForegroundColor "Yellow" -BackgroundColor "Black" Write-Host "\n\n" $preflightCounter = [int] 0 $preflightDependancies = ""