make powershell scripts consistent

This commit is contained in:
David Refoua
2022-11-06 11:32:22 +03:30
parent fbe3e17eea
commit fc44def0ad
5 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
if (test-path $env:temp\cmder_diag_ps.log) {
if (Test-Path $env:temp\cmder_diag_ps.log) {
remove-item $env:temp\cmder_diag_ps.log
}