From 6b72e8494052b9473c8a48a5db9fab9b200a5e51 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Mon, 17 Oct 2022 20:30:12 +0330 Subject: [PATCH] minor letter casing update --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 2255a99..0253c3c 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -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) }