1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Added sudo rule for Fedora yum's output.

This commit is contained in:
Dugucloud 2015-04-22 09:26:45 +08:00
parent d2356c570e
commit 79fb7c987c

View File

@ -5,7 +5,8 @@ patterns = ['permission denied',
'non-root users cannot',
'Operation not permitted',
'root privilege',
'This command has to be run under the root user.']
'This command has to be run under the root user.',
'You need to be root to perform this command.']
def match(command, settings):