Skip to content

Commit

Permalink
fix: remove stray stars from template
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <mail@embik.me>
  • Loading branch information
embik committed Jan 25, 2025
1 parent 3819b3b commit ca8a626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub const DEFAULT_MESSAGE_TEMPLATE: &str = "
{%- for alert in alerts %}
## {{ alert.status }}: {{ alert.labels | get(key='alertname') }}
{{ alert.annotations | get(key='description') }}
**
---
{% endfor %}
";
Expand Down

0 comments on commit ca8a626

Please sign in to comment.