diff --git a/gen_local_win_env.ps1 b/gen_local_win_env.ps1 index c10e9fe7..c92105ab 100644 --- a/gen_local_win_env.ps1 +++ b/gen_local_win_env.ps1 @@ -23,6 +23,6 @@ New-Item -ItemType Directory -Path $tmpPath | Out-Null $currentDir = Get-Location Copy-Item -Path "$currentDir\*" -Destination "$start/$nethostPath" -Recurse -Force -Remove-Item -Path $tmpPath -Recurse -Force -Set-Location $start \ No newline at end of file +Set-Location $start +Remove-Item -Path $tmpPath -Recurse -Force \ No newline at end of file