Skip to content

Commit

Permalink
Merge pull request #14 from fatbasstard/url
Browse files Browse the repository at this point in the history
Remove toLowerCase of url's
  • Loading branch information
Chuck Meyer authored Jul 10, 2018
2 parents 46d340b + e380214 commit 846def7
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 846def7

Please sign in to comment.