From e38021413e90928fa56c1902a12a935dc82fa722 Mon Sep 17 00:00:00 2001 From: Frank van Boven Date: Tue, 10 Jul 2018 18:20:27 +0200 Subject: [PATCH] Remove toLowerCase of url's --- lib/atom-cfn-lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/atom-cfn-lint.js b/lib/atom-cfn-lint.js index 884bdf9..4e5223a 100644 --- a/lib/atom-cfn-lint.js +++ b/lib/atom-cfn-lint.js @@ -200,7 +200,7 @@ module.exports = { // Rule sources are added in version 0.3.3 of cfn-lint if (Object.prototype.hasOwnProperty.call(match.Rule, 'Source')) { - sourceUrl = match.Rule.Source.toLowerCase() + sourceUrl = match.Rule.Source } toReturn.push({