1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00:00

Add ruby gem error message to sudo patterns

This commit is contained in:
mcarton 2016-02-16 22:26:22 +01:00
parent ce959b2a8b
commit a1f15bfe5f

View File

@ -18,7 +18,8 @@ patterns = ['permission denied',
'only root can ', 'only root can ',
'You don\'t have access to the history DB.', 'You don\'t have access to the history DB.',
'authentication is required', 'authentication is required',
'eDSPermissionError'] 'eDSPermissionError',
'You don\'t have write permissions']
def match(command): def match(command):