diff --git a/cmd/repo-health-checker/main.go b/cmd/repo-health-checker/main.go index da6c97e..3be582d 100644 --- a/cmd/repo-health-checker/main.go +++ b/cmd/repo-health-checker/main.go @@ -76,7 +76,7 @@ func main() { } err = healthcheck.MetaCheck(*rootDir, metaFile) if err != nil { - fmt.Printf("### Forbidden File Check Failed:\n%s\n", err.Error()) + fmt.Printf("### Meta File Check Failed:\n%s\n", err.Error()) } err = healthcheck.NonAsciiFiles(*rootDir) if err != nil {