Skip to content

Commit

Permalink
Actually commit fix and not just test
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Sep 14, 2023
1 parent 25b8aa6 commit a53b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/target/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ def add_to_result(func: PluginFunction) -> None:
add_to_result(
PluginFunction(
name=f"{description['namespace']}.{funcname}" if description["namespace"] else funcname,
path=f"{description['module']}.{pattern}",
path=f"{description['module']}.{funcname}",
class_object=loaded_plugin_object,
method_name=funcname,
output_type=getattr(fobject, "__output__", "text"),
Expand Down

0 comments on commit a53b4bd

Please sign in to comment.