mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 10:11:14 +00:00
#403 Add sudo rule's pattern for dscl
This commit is contained in:
parent
8ddb61ae89
commit
b55464b2ea
@ -16,7 +16,8 @@ patterns = ['permission denied',
|
|||||||
'need root',
|
'need root',
|
||||||
'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']
|
||||||
|
|
||||||
|
|
||||||
def match(command):
|
def match(command):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user