Merge pull request #1511 from jpvantuyl/patch-1

fix up whitespace
This commit is contained in:
David Fowler 2016-02-21 00:11:53 -08:00
commit c7a9d1d63a

View file

@ -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)