mirror of
https://github.com/nvbn/thefuck.git
synced 2025-04-19 01:00:42 +01:00
Merge branch 'soheilpro-sudo-rule-root-privilege'
This commit is contained in:
commit
c6c3756caf
@ -3,7 +3,8 @@ patterns = ['permission denied',
|
|||||||
'pkg: Insufficient privileges',
|
'pkg: Insufficient privileges',
|
||||||
'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']
|
||||||
|
|
||||||
|
|
||||||
def match(command, settings):
|
def match(command, settings):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user