diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 11:36:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 11:36:35 -0500 |
| commit | 6abbecf0bf0ca87b3d2049e9cfe33365d9c9dda4 (patch) | |
| tree | b5858b138b2cfd83fb5fda2b5309ff877852a797 /humanShowRepo.go | |
| parent | a0e2897e2dc678986b080380af871f4d0e48421a (diff) | |
more table summary statsv0.0.171
Diffstat (limited to 'humanShowRepo.go')
| -rw-r--r-- | humanShowRepo.go | 2 |
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) |
