mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
fix typo in pre-attack-relationship script - thanks @Terrtia
This commit is contained in:
parent
f38723aeb3
commit
2896deff13
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ for element in os.listdir(path):
|
||||||
|
|
||||||
galaxy = {}
|
galaxy = {}
|
||||||
galaxy['name'] = "Pre Attack - Relationship"
|
galaxy['name'] = "Pre Attack - Relationship"
|
||||||
galaxy['type'] = "mitre-pre-attack-relashipship"
|
galaxy['type'] = "mitre-pre-attack-relationship"
|
||||||
galaxy['description'] = "Mitre Relationship"
|
galaxy['description'] = "Mitre Relationship"
|
||||||
galaxy['uuid' ] = "1f8e3bae-1708-11e8-8e97-4bd2150e5aae"
|
galaxy['uuid' ] = "1f8e3bae-1708-11e8-8e97-4bd2150e5aae"
|
||||||
galaxy['version'] = args.version
|
galaxy['version'] = args.version
|
||||||
|
|
Loading…
Reference in a new issue