From 4b807a6f7f0da2f1dafde6baadac190849ab5534 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Thu, 22 Feb 2024 17:43:40 -0500 Subject: [PATCH] maybe this will make it work? --- Get-BackupCapacityPlanningData.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-BackupCapacityPlanningData.ps1 b/Get-BackupCapacityPlanningData.ps1 index d59b624..3d484d9 100644 --- a/Get-BackupCapacityPlanningData.ps1 +++ b/Get-BackupCapacityPlanningData.ps1 @@ -118,5 +118,5 @@ ForEach ( $plan in $BackupPlans ) { Write-Output $file.Name } } - Write-Output '' + Write-Output '`n' }