Reorganize list of rules in readme

This commit is contained in:
nvbn
2015-05-20 02:50:08 +03:00
parent ce6855fd97
commit b63ce26853
3 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
def match(command, settings):
return (command.script.startswith('grep')
return (command.script.startswith('grep')
and 'is a directory' in command.stderr.lower())