Typo Fix #1

Closed
Ghost wants to merge 1 commits from (deleted):master into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 96c3404d94 - Show all commits

View File

@ -33,7 +33,7 @@ Challenge.set = function (args, domain, challenge, keyAuthorization, cb) {
console.info(""); console.info("");
console.info("Challenge for '" + domain + "'"); console.info("Challenge for '" + domain + "'");
console.info(""); console.info("");
console.info("We now present (for you copy-and-paste pleasure) your ACME Challenge"); console.info("We now present (for your copy-and-paste pleasure) your ACME Challenge");
console.info("public Challenge and secret KeyAuthorization and Digest, in that order, respectively:"); console.info("public Challenge and secret KeyAuthorization and Digest, in that order, respectively:");
console.info(challenge); console.info(challenge);
console.info(keyAuthorization); console.info(keyAuthorization);