From e8a55220adb9db1354683faa4482a965dae30dd0 Mon Sep 17 00:00:00 2001 From: TJ Horner Date: Mon, 15 Jun 2015 17:11:54 -0700 Subject: [PATCH] Forgot to commit the actual rule :-1: --- thefuck/rules/sudo.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 18de2001..8ab211c9 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -11,6 +11,9 @@ patterns = ['permission denied', 'requested operation requires superuser privilege', 'must be run as root', 'must be superuser', + 'must be root', + # wow, case-sensitive + 'need to be root', 'Need to be root', 'you must be root to run this program.', 'only root can do that']