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)
|
function setPathAndHome([string]$rootPath)
|
||||||
{
|
{
|
||||||
$env:DOTNET_ON_PATH=$rootPath
|
$env:DOTNET_ON_PATH=$rootPath
|
||||||
$env:PATH="$rootPath\bin;$env:PATH"
|
$env:PATH="$rootPath\bin;$env:PATH"
|
||||||
}
|
}
|
||||||
|
|
||||||
function _([string]$command)
|
function _([string]$command)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue