check-certificates: add missing blank

This commit is contained in:
Christian Hesse 2020-04-24 12:19:14 +02:00
parent 14dd16ef5a
commit 8f03a856e1

View file

@ -97,7 +97,7 @@
}
}
:foreach Cert in=[ / certificate find where !revoked !scep-url expires-after<2w fingerprint~"."] do={
:foreach Cert in=[ / certificate find where !revoked !scep-url expires-after<2w fingerprint~"." ] do={
:local CertVal [ / certificate get $Cert ];
:local ExpiresAfter [ $FormatExpire ($CertVal->"expires-after") ];