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

sudo rule: add support for "Operation not permitted" errors

This commit is contained in:
Felix Yan 2015-04-19 22:53:09 +08:00
parent 62bbb7021a
commit a2c086ed73

View File

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