2
0
mirror of https://github.com/cmderdev/cmder.git synced 2025-05-05 07:44:37 +08:00

revert a letter case

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

@ -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 remove-item $env:temp\cmder_diag_ps.log
} }