fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-16 02:34:47 +01:00
parent 2817a65e21
commit 5ecdf7c9fd

View File

@ -86,7 +86,7 @@ export class CertManager {
}
// otherwise lets continue
const existingCertificate = this.retrieveCertificate(certDomainArg);
const existingCertificate = await this.retrieveCertificate(certDomainArg);
if (existingCertificate) {
return 'existing';
}