mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-07 13:41:21 +00:00
Merge branch 'master' of github.com:nvbn/thefuck
Conflicts: thefuck/rules/sudo.py
This commit is contained in:
commit
d09238a6e8
@ -4,7 +4,8 @@ patterns = ['permission denied',
|
|||||||
'you cannot perform this operation unless you are root',
|
'you cannot perform this operation unless you are root',
|
||||||
'non-root users cannot',
|
'non-root users cannot',
|
||||||
'Operation not permitted',
|
'Operation not permitted',
|
||||||
'root privilege']
|
'root privilege',
|
||||||
|
'This command has to be run under the root user.']
|
||||||
|
|
||||||
|
|
||||||
def match(command, settings):
|
def match(command, settings):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user