fix: spelling

This commit is contained in:
Neil Hanlon 2021-06-12 20:26:11 -04:00
parent 9af3c3c449
commit 3c59c64203
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ report_email = "{{ config['report_email'] | default('maintainer@example.com') }}
{% if expiries is defined %}
{% for expiry in expiries %}
expires.{{expiry.name}} = {{expiry.time}}
expiries.{{expiry.name}} = {{expiry.time}}
{% endfor %}
{% else %}