From 8f03a856e154cc893a9260a3dd14f147a58ac31f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 24 Apr 2020 12:19:14 +0200 Subject: check-certificates: add missing blank --- check-certificates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-certificates') diff --git a/check-certificates b/check-certificates index 40e509b..4aece69 100644 --- a/check-certificates +++ b/check-certificates @@ -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") ]; -- cgit v1.2.3-54-g00ecf