mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
Merge pull request #282 from mcarton/sudo
Add systemd's kind of error for the sudo rule
This commit is contained in:
commit
63bb4da8e1
@ -13,7 +13,8 @@ patterns = ['permission denied',
|
|||||||
'must be root',
|
'must be root',
|
||||||
'need to be root',
|
'need to be root',
|
||||||
'need root',
|
'need root',
|
||||||
'only root can do that']
|
'only root can do that',
|
||||||
|
'authentication is required']
|
||||||
|
|
||||||
|
|
||||||
def match(command, settings):
|
def match(command, settings):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user