diff options
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,7 @@ func PrintReport(readonly string, onlydirty string, perfect string) { log.Info(fmt.Sprintf("EVERYTHING WORKED repo count = %d", count)) } -func PrintReleaseReport(readonly string, perfect string) { +func PrintReleaseReport(readonly string, perfect string) int { var count int log.Info(repolist.ReleaseReportHeader()) @@ -81,4 +81,5 @@ func PrintReleaseReport(readonly string, perfect string) { log.Info(me.forge.StandardReleaseHeader(check, state)) } log.Info(fmt.Sprintf("total repo count = %d", count)) + return count } |
