diff --git a/setup.cfg b/setup.cfg index 2a9acf1..5fc87d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,4 @@ [bdist_wheel] universal = 1 +[metadata] +description-file = README.md diff --git a/thefuck/rules/sudo.py b/thefuck/rules/sudo.py index 97b7a5e..1f7cea5 100644 --- a/thefuck/rules/sudo.py +++ b/thefuck/rules/sudo.py @@ -13,7 +13,7 @@ patterns = ['permission denied', 'must be root', 'need to be root', 'need root', - 'only root can do that', + 'only root can ', 'You don\'t have access to the history DB.', 'authentication is required']