mirror of
https://github.com/therootcompany/greenlock.js.git
synced 2025-04-20 13:50:39 +00:00
fix bad path.join
This commit is contained in:
parent
8944048d82
commit
3e6fecf008
@ -14,7 +14,7 @@ module.exports.setChallenge = function (args, challengePath, keyAuthorization, d
|
|||||||
// TODO should be args.webrootPath
|
// TODO should be args.webrootPath
|
||||||
console.log('args.webrootPath, challengePath');
|
console.log('args.webrootPath, challengePath');
|
||||||
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) {
|
if (err) {
|
||||||
done(err);
|
done(err);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user