1
0
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:
nvbn 2015-11-13 15:37:13 +08:00
parent 8ddb61ae89
commit b55464b2ea

View File

@ -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):