Merge pull request #31 from recurrence/master

[iOS CLI] Remove non-existent SYSDIAGNOSE_MODULES reference
This commit is contained in:
Tek 2021-07-21 10:15:56 +02:00 committed by GitHub
commit 8fbf95a262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def check_fs(iocs, output, fast, dump_path, list_modules, module):
@click.argument("FOLDER", type=click.Path(exists=True))
def check_iocs(iocs, list_modules, module, folder):
all_modules = []
for entry in BACKUP_MODULES + FS_MODULES + SYSDIAGNOSE_MODULES:
for entry in BACKUP_MODULES + FS_MODULES:
if entry not in all_modules:
all_modules.append(entry)