fix compilation

This commit is contained in:
Chris Lu 2020-12-23 23:54:15 -08:00
parent 53bc1ea25b
commit 2fea8cfa0f

View file

@ -135,7 +135,7 @@ func (store *HbaseStore) DeleteFolderChildren(ctx context.Context, path util.Ful
}
fullpath := util.FullPath(cell.Row)
dir, _ := fullpath.DirAndName()
if dir != string(dir) {
if dir != string(path) {
continue
}