From 5bfe0ac997f5e9d5f22dc571e37a16481cf091a3 Mon Sep 17 00:00:00 2001 From: TJ Horner Date: Mon, 15 Jun 2015 17:13:21 -0700 Subject: [PATCH] One more trigger word --- thefuck/rules/sudo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 8ab211c9..0f9b4519 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -14,6 +14,7 @@ patterns = ['permission denied', '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']