mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-07 13:41:21 +00:00
#257 sudo patterns are case insensitive
This commit is contained in:
parent
5bfe0ac997
commit
633c4f8415
@ -12,10 +12,8 @@ patterns = ['permission denied',
|
|||||||
'must be run as root',
|
'must be run as root',
|
||||||
'must be superuser',
|
'must be superuser',
|
||||||
'must be root',
|
'must be root',
|
||||||
# wow, case-sensitive
|
|
||||||
'need to be root',
|
'need to be root',
|
||||||
'need root',
|
'need root',
|
||||||
'Need to be root',
|
|
||||||
'you must be root to run this program.',
|
'you must be root to run this program.',
|
||||||
'only root can do that']
|
'only root can do that']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user