diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 70a726cc..1a87ffec 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -7,14 +7,12 @@ patterns = ['permission denied', 'root privilege', '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', 'must be run as root', 'must be superuser', 'must be root', 'need to be root', 'need root', - 'you must be root to run this program.', 'only root can do that']