From 96c3404d94cb74d9a3f8d5599974268069b77879 Mon Sep 17 00:00:00 2001 From: archiebaer Date: Sun, 10 Mar 2019 09:05:09 +0000 Subject: [PATCH] Update 'index.js' --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8a734c6..cd95104 100644 --- a/index.js +++ b/index.js @@ -33,7 +33,7 @@ Challenge.set = function (args, domain, challenge, keyAuthorization, cb) { console.info(""); console.info("Challenge for '" + domain + "'"); 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(challenge); console.info(keyAuthorization);