diff --git a/setup-lando.ps1 b/setup-lando.ps1 index ff0d0b0..6ef6b88 100755 --- a/setup-lando.ps1 +++ b/setup-lando.ps1 @@ -234,7 +234,7 @@ function Add-ToPath { # Also update the current session's `$env:Path` definition. $env:Path = ($env:Path -replace ';$') + ';' + $NewPath - + $env:Path = $NewPath + ';' + $env:Path Write-Debug "'$NewPath' added to the user-level Path." }