fix up whitespace
This commit is contained in:
parent
39b0880dbe
commit
9153b24e15
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue