diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 2c985796..2588ee57 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -6,6 +6,7 @@ patterns = ['permission denied', 'Operation not permitted', '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.']