mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-19 08:28:19 +02:00
Fix typo
This commit is contained in:
parent
50cf84a237
commit
caf6bbdd21
@ -33,7 +33,7 @@ try {
|
|||||||
Remove-Item -Path $fullPath -Force -Recurse
|
Remove-Item -Path $fullPath -Force -Recurse
|
||||||
$numRemoved++
|
$numRemoved++
|
||||||
} else {
|
} else {
|
||||||
Write-Host "#$($count): Skipping '$folder' (too young)..."
|
Write-Host "#$($count): Skipping young '$folder'..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Write-Progress -completed "."
|
Write-Progress -completed "."
|
||||||
|
Loading…
Reference in New Issue
Block a user