From 2896deff13798df1675ec03d1e795a65db9021b0 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Mon, 28 May 2018 13:53:26 +0200 Subject: [PATCH] fix typo in pre-attack-relationship script - thanks @Terrtia --- .../v2.0/create_mitre-pre-attack-relationship_galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py index 6fa0ec9..42ba2c9 100644 --- a/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py @@ -78,7 +78,7 @@ for element in os.listdir(path): galaxy = {} galaxy['name'] = "Pre Attack - Relationship" -galaxy['type'] = "mitre-pre-attack-relashipship" +galaxy['type'] = "mitre-pre-attack-relationship" galaxy['description'] = "Mitre Relationship" galaxy['uuid' ] = "1f8e3bae-1708-11e8-8e97-4bd2150e5aae" galaxy['version'] = args.version