From 457f4d296dad2935b5d03597e242a0e1db812e9e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 23 Apr 2014 08:32:34 -0400 Subject: [PATCH] chore(express) quotes --- lib/server/express.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/express.js b/lib/server/express.js index 54becf4e..ab6e1a68 100644 --- a/lib/server/express.js +++ b/lib/server/express.js @@ -49,7 +49,7 @@ function initAuth() { basic = httpAuth.basic({ - realm: "Cloud Commander" + realm: 'Cloud Commander' }, function (username, password, callback) { // Custom authentication method. var hash, config = main.config,