1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

Merge branch 'master' of github.com:nvbn/thefuck

Conflicts:
	thefuck/rules/sudo.py
This commit is contained in:
nvbn 2015-04-21 14:23:31 +02:00
commit d09238a6e8

View File

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