Skip to content

Commit

Permalink
Update dissect/target/plugins/os/unix/cronjobs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schamper <[email protected]>
  • Loading branch information
JSCU-CNI and Schamper authored Jan 30, 2025
1 parent f6a498c commit e03cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/target/plugins/os/unix/cronjobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def find_crontabs(self) -> Iterator[Path]:
if (file := self.target.fs.path(crontab_file)).exists():
yield file

@export(record=get_args([CronjobRecord, EnvironmentVariableRecord]))
@export(record=[CronjobRecord, EnvironmentVariableRecord])
def cronjobs(self) -> Iterator[CronjobRecord | EnvironmentVariableRecord]:
"""Yield cronjobs on a unix system.
Expand Down

0 comments on commit e03cf74

Please sign in to comment.