fix(healthcheck): typo
This commit is contained in:
parent
766f52209b
commit
5d7be878e1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user