From 633c4f8415897849ddca57336b2807546365d635 Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 16 Jun 2015 13:46:18 +0300 Subject: [PATCH] #257 sudo patterns are case insensitive --- thefuck/rules/sudo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 0f9b4519..70a726cc 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -12,10 +12,8 @@ patterns = ['permission denied', 'must be run as root', 'must be superuser', 'must be root', - # wow, case-sensitive 'need to be root', 'need root', - 'Need to be root', 'you must be root to run this program.', 'only root can do that']