diff --git a/reste.js b/reste.js index 1bac01e..b159f08 100644 --- a/reste.js +++ b/reste.js @@ -81,7 +81,7 @@ var main = function () { http.timeout = args.timeout || config.timeout || 10000; if (_.has(config, "validatesSecureCertificate")) { - http.validatesSecureCertificate = config.validatesSecureCertificate + http.validatesSecureCertificate = config.validatesSecureCertificate; } if (args.url.indexOf("http") >= 0) { @@ -577,4 +577,4 @@ var main = function () { return reste; }; -module.exports = main; +module.exports = main; \ No newline at end of file