Chromium Code Reviews| Index: tools/check_git_config.py |
| diff --git a/tools/check_git_config.py b/tools/check_git_config.py |
| index 18b62ef378c195f3a603966564fe644726fd1bc5..f343ff2359d91034c508a195b0a13e2d862b2287 100755 |
| --- a/tools/check_git_config.py |
| +++ b/tools/check_git_config.py |
| @@ -70,6 +70,7 @@ BAD_ACL_ERRORS = ( |
| '(prohibited by Gerrit)', |
| 'does not match your user account', |
| 'Invalid user name or password', |
| + 'Please make sure you have the correct access rights', |
| ) |