Skip to content

Commit

Permalink
Do not checkout master at end of script
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Sep 27, 2023
1 parent 8a05ecf commit f8eb6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Generate-GitBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit f8eb6e9

Please sign in to comment.