mirror of
https://github.com/MISP/misp-galaxy.git
synced 2025-01-31 17:06:15 +00:00
Merge pull request #218 from Delta-Sierra/master
fix typo in pre-attack-relationship script - thanks @Terrtia
This commit is contained in:
commit
ced6242401
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue