This commit is contained in:
Stephen Chung 2016-07-08 21:11:38 +00:00 committed by GitHub
commit d68d0c987a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func Check(root string, dh *DirectoryHierarchy, keywords []string) (*Result, err
creator.curSet = nil
}
case RelativeType, FullType:
info, err := os.Lstat(filepath.Join(root, e.Path()))
info, err := os.Lstat(e.Path())
if err != nil {
return nil, err
}