diff --git a/tools/check_git_config.py b/tools/check_git_config.py index 23498e9a873e32..576fbbf4ef8e66 100755 --- a/tools/check_git_config.py +++ b/tools/check_git_config.py @@ -60,7 +60,7 @@ # Git-compatible gclient solution. GOOD_GCLIENT_SOLUTION = { 'name': 'src', - 'deps_file': '.DEPS.git', + 'deps_file': 'DEPS', 'managed': False, 'url': 'https://chromium.googlesource.com/chromium/src.git', }