Skip to content

Commit

Permalink
Update dissect/target/plugins/os/unix/applications.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan de Reuver <[email protected]>
  • Loading branch information
JSCU-CNI and Horofic committed Sep 19, 2024
1 parent d509f5c commit 6692ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/target/plugins/os/unix/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, target: Target):
super().__init__(target)
self.desktop_files = list(self.find_desktop_files())

def find_desktop_files(self) -> Iterator[TargetPath]:
def _find_desktop_files(self) -> Iterator[TargetPath]:
for dir in self.SYSTEM_PATHS:
for file in self.target.fs.path(dir).glob("*.desktop"):
yield file
Expand Down

0 comments on commit 6692ae2

Please sign in to comment.