formatting and case conventions

This commit is contained in:
David Refoua
2022-10-16 16:13:26 +03:30
parent d94fe86b2a
commit 87f7ddf449
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ Push-Location -Path $cmderRoot
Delete-Existing "$cmderRoot\Version*"
Delete-Existing "$cmderRoot\build\*"
If(-not (Test-Path -PathType container $saveTo)) {
if (-not (Test-Path -PathType container $saveTo)) {
(New-Item -ItemType Directory -Path $saveTo) | Out-Null
}