diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index fb0226af..630f918f 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -8,7 +8,8 @@ patterns = ['permission denied', 'This command has to be run under the root user.', 'This operation requires root.', 'You need to be root to perform this command.', - 'requested operation requires superuser privilege'] + 'requested operation requires superuser privilege', + 'Need to be root'] def match(command, settings):