From b173d89a891b80bf1af8067f3cd3895fbae6928f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 20 Dec 2015 00:31:31 +0000 Subject: [PATCH] typo fix --- lib/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core.js b/lib/core.js index 9d47f40..dbe49e2 100644 --- a/lib/core.js +++ b/lib/core.js @@ -204,7 +204,7 @@ function getCertificateAsync(account, args, defaults, handlers) { }); } -function getOrCreateDomainCertificate(account, args, defaults, hanlers) { +function getOrCreateDomainCertificate(account, args, defaults, handlers) { return fetchFromConfigLiveDir(args).then(function (certs) { // if nothing, register and save // if something, check date (don't register unless 30+ days)