mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-21 05:08:38 +01:00
Fix typo
This commit is contained in:
parent
50cf84a237
commit
caf6bbdd21
@ -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 "."
|
||||
|
Loading…
Reference in New Issue
Block a user