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

Merge pull request #73 from Dugucloud/master

Added a string which could be thrown by Fedora's new dnf package manager.
This commit is contained in:
Vladimir Iakovlev 2015-04-21 14:21:53 +02:00
commit 275574beae

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',
'This command has to be run under the root user.']
def match(command, settings):