Update github.go

This commit is contained in:
Jay Gabriels
2022-08-13 11:39:42 -07:00
parent 9f5ca3d3c4
commit ddbac5be61

View File

@@ -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
}