From a9b7f5594129e4563639e2c6091542d8f971fd59 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 27 Oct 2016 02:45:08 -0600 Subject: [PATCH] fix typo --- bin/serve-https.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/serve-https.js b/bin/serve-https.js index 21ae6b1..3d50308 100755 --- a/bin/serve-https.js +++ b/bin/serve-https.js @@ -178,7 +178,7 @@ function createServer(port, pubdir, content, opts) { } // if we haven't disabled insecure port - if ('false' === opts.insecurePort) { + if ('false' !== opts.insecurePort) { // and both ports are the default if ((httpsPort === opts.port && httpPort === opts.insecurePort) // or other case