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:
parent
ce959b2a8b
commit
a1f15bfe5f
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user