2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-06 08:40:41 +00:00
This commit is contained in:
AJ ONeal 2015-12-15 13:13:52 +00:00
parent 278125bfd9
commit 3af1523a35

View File

@ -4,7 +4,7 @@ var fs = require('fs');
var path = require('path');
module.exports.agreeToTerms = function (args, agree) {
agree(args.agreeTos);
agree(null, args.agreeTos);
};
module.exports.setChallenge = function (args, challengePath, keyAuthorization, done) {