diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 7333a274..51aea596 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -18,7 +18,8 @@ patterns = ['permission denied', 'only root can ', 'You don\'t have access to the history DB.', 'authentication is required', - 'eDSPermissionError'] + 'eDSPermissionError', + 'You don\'t have write permissions'] def match(command):