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

View File

@@ -16,7 +16,8 @@ patterns = ['permission denied',
'need root',
'only root can ',
'You don\'t have access to the history DB.',
'authentication is required']
'authentication is required',
'eDSPermissionError']
def match(command):