Skip to content

Commit 7182c43

Browse files
Set default Git branch for analyze_local (#266)
1 parent 879edbe commit 7182c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/local/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (gl Repo) GetSize() int {
181181
}
182182

183183
func (gl Repo) GetDefaultBranch() string {
184-
return ""
184+
return "main"
185185
}
186186

187187
func (gl Repo) GetLicense() string {

0 commit comments

Comments
 (0)