mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-16 06:37:54 +08:00
formatting and case conventions
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user