Skip to content

Commit c9458b8

Browse files
committed
fix template so that an extra newline
is not written to savedsearches.conf where it should not be.
1 parent d1e015b commit c9458b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/output/templates/savedsearches_detections.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ action.notable.param.security_domain = {{ detection.tags.security_domain }}
7474
{% if detection.rba %}
7575
action.notable.param.severity = {{ detection.rba.severity }}
7676
{% else %}
77-
{# Correlations do not have detection.rba defined, but should get a default severity #}
77+
{# Correlations do not have detection.rba defined, but should get a default severity #}
7878
action.notable.param.severity = high
7979
{% endif %}
8080
{% endif %}

0 commit comments

Comments
 (0)