now it will output a newline

This commit is contained in:
2024-02-22 22:52:37 -05:00
parent 4b807a6f7f
commit 71affea1fb
+1 -1
View File
@@ -118,5 +118,5 @@ ForEach ( $plan in $BackupPlans ) {
Write-Output $file.Name
}
}
Write-Output '`n'
Write-Output "`n"
}