diff --git a/lib/default-handlers.js b/lib/default-handlers.js index a07782e..6c35e46 100644 --- a/lib/default-handlers.js +++ b/lib/default-handlers.js @@ -14,7 +14,7 @@ module.exports.setChallenge = function (args, challengePath, keyAuthorization, d // TODO should be args.webrootPath console.log('args.webrootPath, challengePath'); console.log(args.webrootPath, challengePath); - mkdirp(path.join(args.webrootPath, challengePath), function (err) { + mkdirp(args.webrootPath, function (err) { if (err) { done(err); return;