1 parent 31757a8 commit 5e5b01aCopy full SHA for 5e5b01a
1 file changed
pwsh/Init-App.ps1
@@ -66,7 +66,7 @@ function AddKTAppToEnv([string] $App = '', [string] $PFilesX64PTDir = '', [strin
66
}
67
68
function RemoveFromEnvPath([string] $path = '') {
69
- if (-not [string]::IsNullOrEmpty($path)) {
+ if ([string]::IsNullOrEmpty($path)) {
70
Write-Host "Empty string: $path"
71
return
72
0 commit comments