X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/da5bdd82beef668f49c2cec09cea85435c0bec34..f85c2d086919ca24cea8608538594a2f8cc25fd8:/hotline/files.go?ds=inline 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