Index: tools/check_git_config.py |
diff --git a/tools/check_git_config.py b/tools/check_git_config.py |
index 23498e9a873e32f205e4820d06f570f63e3efa4d..576fbbf4ef8e66d2a7a685e65ecba6200a5d438a 100755 |
--- a/tools/check_git_config.py |
+++ b/tools/check_git_config.py |
@@ -60,7 +60,7 @@ TEST_REPO_URL = 'https://chromium.googlesource.com/a/playground/access_test' |
# 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', |
} |