Skip to content

Commit a375747

Browse files
authored
chore: added How to support multiple-repo
1 parent e1d0241 commit a375747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-go/internal/gcpdb/gcpdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func MultiCon(repoInput string) ([]utils.ReturnCon, int, error) {
152152
}
153153

154154
if repos, ok := repoList[repoInput]; !ok {
155-
return nil, http.StatusNotFound, fmt.Errorf("Not supported, please file a issue/PR in github.com/api7/contributor-graph to include your repo list in")
155+
return nil, http.StatusNotFound, fmt.Errorf("Not supported, please file a PR in github.com/api7/contributor-graph to include your repo list in, refer to https://github.com/api7/contributor-graph/pull/132")
156156
} else {
157157
if code, err := getConFromMultiRepo(conMap, repos); err != nil {
158158
return nil, code, err

0 commit comments

Comments
 (0)