diff options
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) |
