global-functions: $CertificateDownload: fix typo

Signed-off-by: Michael Gisbers <michael@gisbers.de>
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
Michael Gisbers 2020-11-29 22:23:25 +01:00 committed by Christian Hesse
parent 107f9e4bdf
commit e2e831dbf9

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;
}