mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 14:44:05 +00:00
#403 Add sudo rule's pattern for dscl
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user