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

Merge pull request #88 from Dugucloud/master

Added sudo rule for Fedora yum's output.
This commit is contained in:
Vladimir Iakovlev 2015-04-22 05:15:24 +02:00
commit 6b54a3a072

View File

@ -5,7 +5,8 @@ patterns = ['permission denied',
'non-root users cannot', 'non-root users cannot',
'Operation not permitted', 'Operation not permitted',
'root privilege', '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): def match(command, settings):