fix: [misinfosec] fixes inconsistent filename

pull/476/head
Christophe Vandeplas 2019-10-20 18:53:02 +02:00
parent 2b84592ff5
commit eb594cba0f
3 changed files with 1 additions and 1 deletions

2
tools/gen_amitt.py Normal file → Executable file
View File

@ -164,7 +164,7 @@ def main():
amitt.write_amitt_file('../galaxies/misinfosec-amitt-misinformation-pattern.json', galaxy)
cluster = amitt.make_amitt_cluster()
amitt.write_amitt_file('../clusters/misinfosec-amitt-misinformation-technique.json', cluster)
amitt.write_amitt_file('../clusters/misinfosec-amitt-misinformation-pattern.json', cluster)
if __name__ == '__main__':

0
tools/gen_malpedia.py Normal file → Executable file
View File