From ddbac5be613db99bb2aa4963932677b92c1c4912 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Sat, 13 Aug 2022 11:39:42 -0700 Subject: [PATCH] Update github.go --- scm/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/github.go b/scm/github.go index 1265e11..5af6f1a 100644 --- a/scm/github.go +++ b/scm/github.go @@ -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 }