fix(healthcheck/nonasciifile): don't skip healthcheck bin
This commit is contained in:
parent
78a711ff3b
commit
c7b8cda34d
|
@ -50,10 +50,6 @@ func getNonAscii(root string) ([]string, error) {
|
|||
}
|
||||
}
|
||||
|
||||
if info.Name() == "healthcheck" {
|
||||
return nil
|
||||
}
|
||||
|
||||
if gitattrExist {
|
||||
relPath, err := filepath.Rel(root, path)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user