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