typo fix
This commit is contained in:
parent
278125bfd9
commit
3af1523a35
|
@ -4,7 +4,7 @@ var fs = require('fs');
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
|
|
||||||
module.exports.agreeToTerms = function (args, agree) {
|
module.exports.agreeToTerms = function (args, agree) {
|
||||||
agree(args.agreeTos);
|
agree(null, args.agreeTos);
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.setChallenge = function (args, challengePath, keyAuthorization, done) {
|
module.exports.setChallenge = function (args, challengePath, keyAuthorization, done) {
|
||||||
|
|
Loading…
Reference in New Issue