mirror of
https://github.com/therootcompany/greenlock.js.git
synced 2025-03-06 08:40:41 +00:00
typo fix
This commit is contained in:
parent
1ad3e6f2f2
commit
c38d44a69f
2
index.js
2
index.js
@ -51,7 +51,7 @@ LE.create = function (backend, defaults, handlers) {
|
||||
// GET /.well-known/acme-challenge/{{challengeKey}} should return {{tokenValue}}
|
||||
throw new Error("handlers.setChallenge or defaults.webrootPath must be set");
|
||||
}
|
||||
handlers.removeChallenge = require('./lib/default-handlers').remove-Challenge;
|
||||
handlers.removeChallenge = require('./lib/default-handlers').removeChallenge;
|
||||
}
|
||||
if (!handlers.agreeToTerms) {
|
||||
if (defaults.agreeTos) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user