Skip to content

Commit

Permalink
filters: Set pathFilterName correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Serong <tserong@suse.com>
  • Loading branch information
tserong authored and Vicente-Cheng committed Jun 18, 2024
1 parent 969ccdc commit debd242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/filter/path_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func RegisterPathFilter(filters ...string) *Filter {
}
}
return &Filter{
Name: partTypeFilterName,
Name: pathFilterName,
PartFilter: f,
DiskFilter: &diskPathFilter{mountPaths: f.mountPaths},
}
Expand Down

0 comments on commit debd242

Please sign in to comment.