1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-01-21 05:08:38 +01:00
This commit is contained in:
Markus Fleschutz 2023-05-15 10:17:40 +02:00
parent 50cf84a237
commit caf6bbdd21

View File

@ -33,7 +33,7 @@ try {
Remove-Item -Path $fullPath -Force -Recurse
$numRemoved++
} else {
Write-Host "#$($count): Skipping '$folder' (too young)..."
Write-Host "#$($count): Skipping young '$folder'..."
}
}
Write-Progress -completed "."