Skip to content

Commit 51ee544

Browse files
author
jguerreiro
committed
fix(github): fix overflow of int32
1 parent 3be9f21 commit 51ee544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
const (
1717
// DefaultGithubAPIURL is the default API URL.
1818
DefaultGithubAPIURL = "https://api.github.com/"
19-
unknownTotal = 999999999999
19+
unknownTotal = 99999
2020
)
2121

2222
// GitHubProvider is capable of gathering Github repositories from an org.

0 commit comments

Comments
 (0)