From caf6bbdd21f7572d500e70bc26a3017ad2c31661 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 15 May 2023 10:17:40 +0200 Subject: [PATCH] Fix typo --- Scripts/remove-old-dirs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/remove-old-dirs.ps1 b/Scripts/remove-old-dirs.ps1 index ef2cb013..9ce9c12e 100644 --- a/Scripts/remove-old-dirs.ps1 +++ b/Scripts/remove-old-dirs.ps1 @@ -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 "."