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" }