fix(healthcheck): typo
Some checks failed
submodules sync / sync (push) Successful in 49s
build / build (push) Failing after 1m39s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
张泊明518370910136 2024-11-27 01:45:15 -05:00
parent 766f52209b
commit 5d7be878e1
GPG Key ID: D47306D7062CDA9D

View File

@ -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 {