X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/da5bdd82beef668f49c2cec09cea85435c0bec34..d005ef04cfaa26943e6dd33807d741577ffb232a:/hotline/files.go diff --git a/hotline/files.go b/hotline/files.go index aa248f8..c4ba718 100644 --- a/hotline/files.go +++ b/hotline/files.go @@ -131,7 +131,7 @@ func getFileNameList(path string, ignoreList []string) (fields []Field, err erro if err != nil { return nil, err } - fields = append(fields, NewField(fieldFileNameWithInfo, b)) + fields = append(fields, NewField(FieldFileNameWithInfo, b)) } return fields, nil