mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 18:18:58 +00:00
Update github.go
This commit is contained in:
@@ -64,7 +64,7 @@ func (c Github) GetOrgRepos(targetOrg string) ([]Repo, error) {
|
||||
}
|
||||
|
||||
if opt.Page%pageToPrintMoreInfo == 0 && opt.Page != 0 {
|
||||
colorlog.PrintSubtleInfo(fmt.Sprintf("Everything is okay, the org just has a lot of repos, %v and counting...", opt.Page*reposPerPage))
|
||||
colorlog.PrintSubtleInfo("Everything is okay, the org just has a lot of repos...")
|
||||
}
|
||||
opt.Page = resp.NextPage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user