diff options
Diffstat (limited to 'tools/find_depot_tools.py')
-rw-r--r-- | tools/find_depot_tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/find_depot_tools.py b/tools/find_depot_tools.py index 469a283..1f918662 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(): |