summaryrefslogtreecommitdiff
path: root/humanShowRepo.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 11:36:35 -0500
committerJeff Carr <[email protected]>2025-10-07 11:36:35 -0500
commit6abbecf0bf0ca87b3d2049e9cfe33365d9c9dda4 (patch)
treeb5858b138b2cfd83fb5fda2b5309ff877852a797 /humanShowRepo.go
parenta0e2897e2dc678986b080380af871f4d0e48421a (diff)
more table summary statsv0.0.171
Diffstat (limited to 'humanShowRepo.go')
-rw-r--r--humanShowRepo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/humanShowRepo.go b/humanShowRepo.go
index 066ff6f..dd2582a 100644
--- a/humanShowRepo.go
+++ b/humanShowRepo.go
@@ -41,7 +41,7 @@ func (f *Forge) HumanPrintRepo(check *gitpb.Repo) {
} else {
log.Info("IsPrivate() == false")
}
- if ok, compiled, err := check.IsProtobuf(); ok {
+ if ok, compiled, err := check.ScanProtobuf(); ok {
log.Info(log.Sprint("IsProtobuf() == true compiled protobuf files = ", compiled))
if err != nil {
log.Info("IsProtobuf() ERROR = ", err)