global-functions: $CertificateDownload: fix typo

Signed-off-by: Michael Gisbers <[email protected]>
Signed-off-by: Christian Hesse <[email protected]>
This commit is contained in:
Michael Gisbers
2020-11-29 22:26:18 +01:00
committed by Christian Hesse
parent 107f9e4bdf
commit e2e831dbf9
+1 -1
View File
@@ -119,7 +119,7 @@
$CertificateNameByCN [ / certificate get $Cert common-name ];
}
} on-error={
$LogPrintExit warning ("Failed imprting certificate with " . \
$LogPrintExit warning ("Failed importing certificate with " . \
"CommonName \"" . $CommonName . "\"!") false;
:return false;
}