diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index bc72f140..17ad1424 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -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):