Index: tools/find_depot_tools.py |
diff --git a/tools/find_depot_tools.py b/tools/find_depot_tools.py |
index 469a283fc4ed43bab0c93c10af25013529b1a44c..1f91866279d2666f3e9832d85ddd609a0d4f503e 100644 |
--- a/tools/find_depot_tools.py |
+++ b/tools/find_depot_tools.py |
@@ -12,7 +12,7 @@ import sys |
def IsRealDepotTools(path): |
- return os.path.isfile(os.path.join(path, 'gclient')) |
+ return os.path.isfile(os.path.join(path, 'gclient.py')) |
def add_depot_tools_to_path(): |