minor letter casing update

This commit is contained in:
David Refoua 2022-10-17 20:30:12 +03:30
parent 3901fef98b
commit 6b72e84940

View File

@ -130,7 +130,7 @@ if (-Not $noVendor) {
Download-File -Url $s.url -File $vend\$tempArchive -ErrorAction Stop
Extract-Archive $tempArchive $s.name
if ((Get-Childitem $s.name).Count -eq 1) {
if ((Get-ChildItem $s.name).Count -eq 1) {
Flatten-Directory($s.name)
}