mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-08 21:04:03 +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 ',
|
'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):
|
||||||
|
Reference in New Issue
Block a user