From 3901fef98b2f599fa705ac0a34e71c8ed12107c2 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Mon, 17 Oct 2022 20:08:37 +0330 Subject: [PATCH] minor letter casing edit --- scripts/build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index c0048bb..2255a99 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -11,7 +11,7 @@ .EXAMPLE .\build.ps1 - Executes the default build for Cmder; Conemu, clink. This is equivalent to the "minimum" style package in the releases + Executes the default build for Cmder; ConEmu, clink. This is equivalent to the "minimum" style package in the releases .EXAMPLE .\build.ps1 -Compile @@ -94,7 +94,7 @@ if (-Not $noVendor) { Ensure-Executable "7z" # Get the vendor sources - $sources = Get-Content $sourcesPath | Out-String | Convertfrom-Json + $sources = Get-Content $sourcesPath | Out-String | ConvertFrom-Json Push-Location -Path $saveTo New-Item -Type Directory -Path (Join-Path $saveTo "/tmp/") -ErrorAction SilentlyContinue >$null