diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 6c5e8052..121efe74 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -16,7 +16,8 @@ patterns = ['permission denied', 'need root', 'only root can ', 'You don\'t have access to the history DB.', - 'authentication is required'] + 'authentication is required', + 'eDSPermissionError'] def match(command):