1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-12 23:04:00 +01:00

Merge pull request #557 from OJFord/patch-1

Add sudo rule for Aura
This commit is contained in:
Vladimir Iakovlev
2016-10-02 17:21:04 +02:00
committed by GitHub

View File

@@ -19,7 +19,8 @@ patterns = ['permission denied',
'you don\'t have access to the history db.', 'you don\'t have access to the history db.',
'authentication is required', 'authentication is required',
'edspermissionerror', 'edspermissionerror',
'you don\'t have write permissions'] 'you don\'t have write permissions',
'use `sudo`']
def match(command): def match(command):