diff --git a/scripts/common/_utility.ps1 b/scripts/common/_utility.ps1 index b0524ef43..4105d99c0 100644 --- a/scripts/common/_utility.ps1 +++ b/scripts/common/_utility.ps1 @@ -44,8 +44,8 @@ function setPathAndHomeIfDefault([string]$rootPath) function setPathAndHome([string]$rootPath) { - $env:DOTNET_ON_PATH=$rootPath - $env:PATH="$rootPath\bin;$env:PATH" + $env:DOTNET_ON_PATH=$rootPath + $env:PATH="$rootPath\bin;$env:PATH" } function _([string]$command)