Skip to content

Commit

Permalink
Remove toLowerCase of url's
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard committed Jul 10, 2018
1 parent 46d340b commit e380214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atom-cfn-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e380214

Please sign in to comment.