From 71affea1fb8ce7f3f19c187c538d859a2c62fa03 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Thu, 22 Feb 2024 22:52:37 -0500 Subject: [PATCH] now it will output a newline --- Get-BackupCapacityPlanningData.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-BackupCapacityPlanningData.ps1 b/Get-BackupCapacityPlanningData.ps1 index 3d484d9..c54db3b 100644 --- a/Get-BackupCapacityPlanningData.ps1 +++ b/Get-BackupCapacityPlanningData.ps1 @@ -118,5 +118,5 @@ ForEach ( $plan in $BackupPlans ) { Write-Output $file.Name } } - Write-Output '`n' + Write-Output "`n" }