From 9ca1a486bd3a1b2d1dc5c3914bfc19ac6b24690e Mon Sep 17 00:00:00 2001 From: Jarmo Isotalo Date: Sat, 3 Dec 2016 01:32:38 +0200 Subject: [PATCH] Fix typo --- bin/now-certs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/now-certs.js b/bin/now-certs.js index 8571ab7..16905c7 100755 --- a/bin/now-certs.js +++ b/bin/now-certs.js @@ -173,7 +173,7 @@ async function run(token) { cert = await certs.create(cn) } if (!cert) { - // Cert is undefined and "Cert is alread issued" has been printed to stdout + // Cert is undefined and "Cert is already issued" has been printed to stdout return exit(1) } const elapsed = ms(new Date() - start)