1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Merge pull request #42 from felixonmars/sudo-mtr-rule

sudo rule: add support for mtr
This commit is contained in:
Vladimir Iakovlev 2015-04-19 15:07:25 +02:00
commit 0925ce0e87

View File

@ -1,7 +1,8 @@
patterns = ['permission denied',
'EACCES',
'pkg: Insufficient privileges',
'you cannot perform this operation unless you are root']
'you cannot perform this operation unless you are root',
'non-root users cannot']
def match(command, settings):