We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f3b71 commit 374d076Copy full SHA for 374d076
1 file changed
src/repo/github.js
@@ -53,7 +53,7 @@ function getContributorsPage(githubUrl, optionalPrivateToken) {
53
headers: getFetchHeaders(optionalPrivateToken),
54
}).then(res => {
55
if (res.status === 404 || res.status >= 500) {
56
- throw new Error('No contributors found on the GitLab repository')
+ throw new Error('No contributors found on the GitHub repository')
57
}
58
59
return res.json().then(body => {
0 commit comments