revert a letter case

This commit is contained in:
David Refoua 2022-11-06 11:47:23 +03:30
parent e3d9f81e25
commit 7c74931af8

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
}