1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Merge pull request #282 from mcarton/sudo

Add systemd's kind of error for the sudo rule
This commit is contained in:
Vladimir Iakovlev 2015-07-09 20:13:17 +03:00
commit 63bb4da8e1

View File

@ -13,7 +13,8 @@ patterns = ['permission denied',
'must be root',
'need to be root',
'need root',
'only root can do that']
'only root can do that',
'authentication is required']
def match(command, settings):