diff --git a/Generate-GitBranches.ps1 b/Generate-GitBranches.ps1 index 3cf6a27c..1013c1cf 100644 --- a/Generate-GitBranches.ps1 +++ b/Generate-GitBranches.ps1 @@ -231,6 +231,5 @@ LAYERED_SIZE=$( if ($kv.Contains('LAYERED_SIZE')) { $kv['LAYERED_SIZE'] } else { }catch { throw }finally { - { git checkout master } | Execute-Command Pop-Location }