Skip to content

Commit 4be835c

Browse files
committed
presume origin/main
1 parent 7ec7682 commit 4be835c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/Scripts/Get-Commits.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ Begin
100100
{
101101
$0 = $a.Matches.Groups[1].Value
102102
Write-Verbose "found branch $0"
103+
if ($0 -eq 'main') { return 'origin/main' }
103104
return $0
104105
}
105106
}
106107

107108
Write-Verbose 'defaulting to main branch'
108-
return 'main'
109+
return 'origin/main'
109110
}
110111

111112

0 commit comments

Comments
 (0)