mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 14:44:05 +00:00
Merge pull request #282 from mcarton/sudo
Add systemd's kind of error for the sudo rule
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user