mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Need "s in comments macro
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ def generate_macros(REPO_PATH):
|
||||
|
||||
|
||||
if 'definition' not in macro:
|
||||
macro['definition'] = "`comment({0})`".format(macro['description'])
|
||||
macro['definition'] = "`comment(\"{0}\")`".format(macro['description'])
|
||||
macros.append(macro)
|
||||
|
||||
return macros
|
||||
|
||||
Reference in New Issue
Block a user