| Index: recipe_modules/gclient/example.py
|
| diff --git a/recipe_modules/gclient/example.py b/recipe_modules/gclient/example.py
|
| index 8cdfb7dbdd9885e64374d34e93c8406d5a252da8..7da82ee422087b4dee973f85674df942ae551192 100644
|
| --- a/recipe_modules/gclient/example.py
|
| +++ b/recipe_modules/gclient/example.py
|
| @@ -61,7 +61,7 @@ def RunSteps(api):
|
| for config_name in TEST_CONFIGS:
|
| api.gclient.make_config(config_name)
|
|
|
| - src_cfg = api.gclient.make_config(GIT_MODE=True, CACHE_DIR='[ROOT]/git_cache')
|
| + src_cfg = api.gclient.make_config(CACHE_DIR='[ROOT]/git_cache')
|
| soln = src_cfg.solutions.add()
|
| soln.name = 'src'
|
| soln.url = 'https://chromium.googlesource.com/chromium/src.git'
|
|
|