Skip to content

Commit

Permalink
Corrected property name
Browse files Browse the repository at this point in the history
  • Loading branch information
akenion committed Oct 2, 2024
1 parent 1a8504f commit b81f111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordfence/wordpress/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@dataclass
class WordpressStructureOptions:
relative_content_paths: List[str] = field(default_factory=list)
relaGtive_plugins_paths: List[str] = field(default_factory=list)
relative_plugins_paths: List[str] = field(default_factory=list)
relative_mu_plugins_paths: List[str] = field(default_factory=list)


Expand Down

0 comments on commit b81f111

Please sign in to comment.