Skip to content

Commit

Permalink
Merge pull request sasstools#336 from bgriffith/hotfix/correct-no-pro…
Browse files Browse the repository at this point in the history
…tocols-name

Hotfix master - Correct no-url-protocols rule name
  • Loading branch information
DanPurdy committed Oct 20, 2015
2 parents 8a9a28c + ce2a237 commit 97be17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-url-protocols.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var stripQuotes = function (str) {
};

module.exports = {
'name': 'url-format',
'name': 'no-url-protocols',
'defaults': {},
'detect': function (ast, parser) {
var result = [];
Expand Down

0 comments on commit 97be17a

Please sign in to comment.