diff --git a/internal/wrappers/github-http.go b/internal/wrappers/github-http.go index ba6e0220d..0c66fbd0a 100644 --- a/internal/wrappers/github-http.go +++ b/internal/wrappers/github-http.go @@ -253,7 +253,7 @@ func get(client *http.Client, url string, target interface{}, queryParams map[st } case http.StatusConflict: logger.PrintIfVerbose(fmt.Sprintf("Found empty repository in %s", req.URL)) - return nil, nil + return resp, nil default: body, err := io.ReadAll(resp.Body) if err != nil {