| Index: tools/check_git_config.py
|
| diff --git a/tools/check_git_config.py b/tools/check_git_config.py
|
| index 576fbbf4ef8e66d2a7a685e65ecba6200a5d438a..51b13017882f645b5426f6d9c439b7d21ec87cd6 100755
|
| --- a/tools/check_git_config.py
|
| +++ b/tools/check_git_config.py
|
| @@ -381,7 +381,7 @@ def check_gclient_config(conf):
|
| return
|
| current = {
|
| 'name': 'src',
|
| - 'deps_file': conf['gclient_deps'],
|
| + 'deps_file': conf['gclient_deps'] or 'DEPS',
|
| 'managed': conf['gclient_managed'] or False,
|
| 'url': conf['gclient_url'],
|
| }
|
|
|