mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Removed a line from pretty_yaml that was causing an error because the format of the file changed.
This commit is contained in:
@@ -212,7 +212,6 @@ def pretty_yaml_stories(REPO_PATH, VERBOSE, content_part):
|
||||
pretty_yaml['version'] = object['version']
|
||||
pretty_yaml['date'] = object['date']
|
||||
pretty_yaml['author'] = object['author']
|
||||
pretty_yaml['type'] = object['type']
|
||||
pretty_yaml['description'] = object['description']
|
||||
pretty_yaml['narrative'] = object['narrative']
|
||||
if 'references' in object:
|
||||
|
||||
Reference in New Issue
Block a user