| Index: tools/auto_bisect/bisect_utils.py
|
| diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py
|
| index 226df7b2ff8e39f545b0af9b9ebedbc19abfdda5..56a4cd8519c53766fb4aeaa09fab04dc3b948b1d 100644
|
| --- a/tools/auto_bisect/bisect_utils.py
|
| +++ b/tools/auto_bisect/bisect_utils.py
|
| @@ -281,7 +281,7 @@ def RunGClientAndCreateConfig(opts, custom_deps=None, cwd=None):
|
| spec += GCLIENT_SPEC_ANDROID
|
|
|
| return_code = RunGClient(
|
| - ['config', '--spec=%s' % spec, '--git-deps'], cwd=cwd)
|
| + ['config', '--spec=%s' % spec], cwd=cwd)
|
| return return_code
|
|
|
|
|
|
|