1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Merge branch 'soheilpro-sudo-rule-root-privilege'

This commit is contained in:
nvbn 2015-04-21 14:22:34 +02:00
commit c6c3756caf

View File

@ -3,7 +3,8 @@ patterns = ['permission denied',
'pkg: Insufficient privileges',
'you cannot perform this operation unless you are root',
'non-root users cannot',
'Operation not permitted']
'Operation not permitted',
'root privilege']
def match(command, settings):