Skip to content

Commit cf8a098

Browse files
committed
fix previous commit
1 parent d3257db commit cf8a098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/extractor/extractor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ func (extraction *Extraction) extractFileInfo(tw *trap.Writer, file string, isDu
807807
dbscheme.ContainerParentTable.Emit(tw, parentLbl, lbl)
808808
}
809809
if !isRoot {
810-
parentPath = path
810+
parentPath = component
811811
}
812812
parentLbl = lbl
813813
}

0 commit comments

Comments
 (0)