mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-08 12:53:58 +01:00
Add ruby gem error message to sudo patterns
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user