Renamed download iocs function

This commit is contained in:
Nex 2022-01-14 01:52:57 +01:00
parent a2f8030cce
commit 4c906ad52e
1 changed files with 1 additions and 1 deletions

View File

@ -298,5 +298,5 @@ def check_iocs(ctx, iocs, list_modules, module, folder):
# Command: download-iocs
#==============================================================================
@cli.command("download-iocs", help="Download public STIX2 indicators")
def download_indicators():
def download_iocs():
download_indicators_files(log)