From e3cc9c52e68805bedde8b04ac2b5608c711b894c Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 26 Jun 2015 11:41:55 +0200 Subject: [PATCH] Remove redundant patterns in sudo rule --- thefuck/rules/sudo.py | 2 -- 1 file changed, 2 deletions(-) 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']