From 1d7764bc80eebc65e7a6c6056b8f8cb61fa1fbbf Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Fri, 3 Jan 2025 15:20:59 -0500 Subject: [PATCH] Print Fix --- CHAMP.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHAMP.ps1 b/CHAMP.ps1 index a65d13e..405e6be 100644 --- a/CHAMP.ps1 +++ b/CHAMP.ps1 @@ -1339,7 +1339,8 @@ $Form1.StartPosition = [System.Windows.Forms.FormStartPosition]::CenterParent $Form1.Text = "CHAMP - Agile Axolotl" Function preflight () { Write-Host "CHAMP - Agile Axolotl Update" -ForegroundColor "Yellow" -BackgroundColor "Black" - Write-Host "\n\n" + Write-Host "" + Write-Host "" $preflightCounter = [int] 0 $preflightDependancies = "" Write-Host "Running Pre-Flight checks...`n"