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

Add 'root privilege' pattern to sudo rule.

This commit is contained in:
Soheil Rashidi 2015-04-21 12:57:35 +04:30
parent bd5f5045aa
commit 3af5c80d29

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):