mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +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',
|
||||
'non-root users cannot',
|
||||
'Operation not permitted',
|
||||
'root privilege']
|
||||
'root privilege',
|
||||
'This command has to be run under the root user.']
|
||||
|
||||
|
||||
def match(command, settings):
|
||||
|
Loading…
x
Reference in New Issue
Block a user